build image

This commit is contained in:
Dede Fuji Abdul
2024-03-05 11:29:20 +07:00
parent 44ecbd9be5
commit 0f653ebd83

View File

@ -4,7 +4,6 @@
# RUN npm install # RUN npm install
# COPY . . # COPY . .
# RUN npm run build # RUN npm run build
# FROM nginx:stable-alpine as production-stage # 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