Ajouter 'Dockerfile'
This commit is contained in:
parent
ecc737f647
commit
bf94c9f833
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
COPY ./public /var/www/html
|
||||
COPY ./nginx-proxy/nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
EXPOSE 80
|
Loading…
x
Reference in New Issue
Block a user