Update 'Sources/Dockerfile'
continuous-integration/drone/push Build is failing Details

pull/79/head
Félix MIELCAREK 3 years ago
parent 4199ea60c0
commit 7b474751ec

@ -1,7 +1,7 @@
FROM plugins/docker
RUN apk update
RUN apk add y apache2
RUN apk add y apache2-utils
RUN apk add apache2
RUN apk add apache2-utils
RUN apk cache -v sync
EXPOSE 80
CMD [apache2ctl, -D, FOREGROUND]
Loading…
Cancel
Save