Browse Source

💚 ...

main
Anatole-DC 4 years ago
parent
commit
5454328919
  1. 2
      Dockerfile

2
Dockerfile

@ -8,5 +8,5 @@ RUN yarn run build
# étape de production
FROM nginx:stable-alpine as production-stage
COPY --from=build-stage /app/dist /usr/share/nginx/html
COPY --from=build-stage /app/dist ./dist
CMD ["nginx", "-g", "daemon off;"]
Loading…
Cancel
Save