build image

This commit is contained in:
Dede Fuji Abdul 2024-01-26 10:38:16 +07:00
parent 25c6788474
commit 56833703a9

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;"]