Skip to content
Snippets Groups Projects
Commit a66eb719 authored by Valentin Wibaillie's avatar Valentin Wibaillie
Browse files

fix Dockerfile

parent 8abcee9b
No related branches found
No related tags found
No related merge requests found
File deleted
FROM debian:stable
RUN apt-get update && apt-get -y install apache2 php cron
CMD ["/bin/bash"]
FROM debian:stable
RUN apt-get update && apt-get -y install apache2 php cron
FROM php:apache
RUN apt-get update && apt-get -y install cron
......@@ -26,5 +26,3 @@ services:
- db
networks:
db:
front:
external: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment