Update Dockerfile to fix missing newline at end of file

This commit is contained in:
Dede Fuji Abdul 2024-01-18 11:17:20 +07:00
parent 0cf2e8d16f
commit fcfe012a02

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/nginx.conf /etc/nginx/nginx.conf
EXPOSE 32166
CMD ["nginx", "-g", "daemon off;"]
CMD ["nginx", "-g", "daemon off;"]