From 2d5bd908b343945b053f1b93ccf0bbd1c09f4a7c Mon Sep 17 00:00:00 2001 From: djeck1432 Date: Wed, 2 Oct 2024 22:02:42 +0200 Subject: [PATCH] move nginx file to fe --- frontend/Dockerfile | 2 +- spotnet.conf => frontend/spotnet.conf | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename spotnet.conf => frontend/spotnet.conf (100%) 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