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

pull/79/head
Félix MIELCAREK 3 years ago
parent 7b474751ec
commit 6b3e0fb145

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