httpsImplement #4

Merged
PhuongDM merged 2 commits from httpsImplement into main 2026-04-03 11:00:09 +07:00
Showing only changes of commit e11a4a8f36 - Show all commits

View File

@ -20,6 +20,6 @@ COPY --from=development /app/dist /usr/share/nginx/html
COPY nginx/nginx.conf /etc/nginx/conf.d/default.conf COPY nginx/nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80 EXPOSE 80 443
ENTRYPOINT [ "nginx", "-g", "daemon off;" ] ENTRYPOINT [ "nginx", "-g", "daemon off;" ]