Update Dockerfile CMD instruction

This commit is contained in:
Dede Fuji Abdul
2024-01-13 12:11:58 +07:00
parent 3cbdb78992
commit 04c9700fac

View File

@ -10,4 +10,4 @@ FROM nginx:stable-alpine as production-stage
COPY --from=build-stage /app/dist /usr/share/nginx/html COPY --from=build-stage /app/dist /usr/share/nginx/html
COPY --from=build-stage /app/nginx.conf /etc/nginx/nginx.conf COPY --from=build-stage /app/nginx.conf /etc/nginx/nginx.conf
EXPOSE 32167 EXPOSE 32167
CMD ["nginx", "-g", "daemon off;"] CMD ["nginx", "-g", "daemon off;"]