|
@@ -9,5 +9,5 @@ RUN npm run build |
|
|
# production stage |
|
|
# production stage |
|
|
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 |
|
|
EXPOSE 3000 |
|
|
|
|
|
|
|
|
EXPOSE 80 |
|
|
CMD ["nginx", "-g", "daemon off;"] |
|
|
CMD ["nginx", "-g", "daemon off;"] |