build image

This commit is contained in:
Dede Fuji Abdul 2024-04-17 21:23:58 +07:00
parent b7b022d805
commit ffc9ee780f

View File

@ -11,7 +11,6 @@ COPY --from=builder /app/dist /usr/share/nginx/html
COPY --from=builder /app/nginx.conf /etc/nginx/nginx.conf
EXPOSE 32166
CMD ["nginx", "-g", "daemon off;"]
# FROM nginx:stable-alpine
# COPY /dist /usr/share/nginx/html
# COPY /nginx.conf /etc/nginx/nginx.conf