docker update

This commit is contained in:
2025-10-09 21:25:17 +05:30
parent 93917b63e1
commit e1abf8631f
3 changed files with 43 additions and 19 deletions

View File

@ -14,10 +14,6 @@ FROM nginx:1.17.1-alpine
# COPY nginx.conf /etc/nginx/nginx.conf
COPY --from=build /usr/src/app/dist/support-portal-frontend /usr/share/nginx/html
# Expose port 80 to the Docker host, so we can access it
# from the outside.
EXPOSE 80