diff --git a/Dockerfile b/Dockerfile index de1b3cd..0642cdd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ FROM nginx COPY dist /usr/share/nginx/html -EXPOSE 80 \ No newline at end of file +COPY nginx.conf /etc/nginx/conf.d/default.conf +EXPOSE 80