fix nginx

This commit is contained in:
2023-07-26 14:19:07 +02:00
parent 7b39195873
commit 16c827cb18
2 changed files with 4 additions and 3 deletions

View File

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