feat: enhance push notification service worker for chore expirations and update related configurations
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m49s

This commit is contained in:
2026-05-01 15:39:01 -04:00
parent ab0d32c6b0
commit 4ac83dcf17

View File

@@ -11,8 +11,8 @@ FROM nginx:alpine
COPY --from=build /app/dist /usr/share/nginx/html COPY --from=build /app/dist /usr/share/nginx/html
COPY nginx.conf.template /etc/nginx/nginx.conf.template COPY nginx.conf.template /etc/nginx/nginx.conf.template
# Copy SSL certificate and key # Copy SSL certificate and key
COPY 192.168.1.102+1.pem /etc/nginx/ssl/server.crt #COPY 192.168.1.102+1.pem /etc/nginx/ssl/server.crt
COPY 192.168.1.102+1-key.pem /etc/nginx/ssl/server.key #COPY 192.168.1.102+1-key.pem /etc/nginx/ssl/server.key
EXPOSE 80 EXPOSE 80
EXPOSE 443 EXPOSE 443