diff --git a/frontend/Dockerfile b/frontend/Dockerfile index b52a022e..046932eb 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -17,7 +17,7 @@ COPY --from=build /app/build /usr/share/nginx/html RUN rm /etc/nginx/conf.d/default.conf -COPY nginx/nginx.conf /etc/nginx/conf.d +COPY spotnet.config /etc/nginx/conf.d EXPOSE 80 # start nginx diff --git a/spotnet.conf b/frontend/spotnet.conf similarity index 100% rename from spotnet.conf rename to frontend/spotnet.conf