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

pull/79/head
Félix MIELCAREK 3 years ago
parent 9c423e0da2
commit a8b028c1e0

@ -1,2 +1,7 @@
FROM plugins/docker FROM plugins/docker
CMD ["echo", "Hello world"] RUN apt update
RUN apt install y apache2
RUN apt install y apache2-utils
RUN apt clean
EXPOSE 80
CMD [apache2ctl, -D, FOREGROUND]
Loading…
Cancel
Save