diff --git a/frontend/Dockerfile b/frontend/Dockerfile index c54d876..514de18 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,4 +1,4 @@ FROM nginx:alpine-slim EXPOSE 80 -COPY nginx.conf /etc/nginx/sites-enabled/serve.conf +COPY nginx.conf /etc/nginx/conf.d/serve.conf COPY dist /data/www \ No newline at end of file