docker file update

This commit is contained in:
2025-03-19 11:06:55 +05:30
parent a550635aae
commit 41aa5b00cc
5 changed files with 15 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ RUN npm run build
FROM nginx:alpine
# Copy the built Vite files from the build stage into Nginx's default HTML folder
COPY --from=development /frontend/dist /usr/share/nginx/html
COPY --from=development /frontend/dist /usr/share/nginx/html/dist
# Optionally copy a custom Nginx config (if needed)
COPY nginx.conf /etc/nginx/conf.d/default.conf