wip
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
FROM nginx:latest
|
||||
FROM php:apache
|
||||
|
||||
COPY src /usr/share/nginx/html
|
||||
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
COPY src/ /var/www/html
|
||||
|
Reference in New Issue
Block a user