This commit is contained in:
2023-09-03 21:46:30 +02:00
parent 46351fe76c
commit 0e378c2c24
2 changed files with 5 additions and 4 deletions

View File

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