nginx conf

This commit is contained in:
2023-07-26 14:41:16 +02:00
parent d9e2751a4f
commit 298b5c645d
2 changed files with 2 additions and 2 deletions

View File

@@ -7,4 +7,4 @@ RUN npm run build
FROM nginx
COPY --from=build /app/dist /usr/share/nginx/html
COPY nginx.conf /etc/nginx/nginx.conf
COPY nginx.conf /etc/nginx/conf.d/default.conf