made changes to t he docker system

This commit is contained in:
2025-01-03 15:51:41 +01:00
parent c3009c59c4
commit 0a5971cea4
3 changed files with 23 additions and 23 deletions
+2 -1
View File
@@ -18,7 +18,8 @@ FROM nginx:alpine
# Copy production build to Nginx html folder.
# Adjust /usr/src/app/build -> /usr/src/app/dist if youre using Angular/Vue
COPY --from=build /usr/src/app/build /usr/share/nginx/html
#COPY --from=build /usr/src/app/build /usr/share/nginx/html
COPY --from=build /usr/src/app /usr/share/nginx/html
# Expose HTTP port
EXPOSE 80