Ajouter 'Dockerfile'

This commit is contained in:
gregandev 2022-12-19 14:49:01 +01:00
parent ecc737f647
commit bf94c9f833

6
Dockerfile Normal file
View 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