docker file update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user