diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..fd30ba8 --- /dev/null +++ b/Dockerfile @@ -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 \ No newline at end of file