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

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

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