Skip to content
Snippets Groups Projects
Commit 92acf951 authored by vmaubert's avatar vmaubert
Browse files

build(docker): ajoute les sources dans l’image docker

parent 79a8ee51
Branches
Tags
No related merge requests found
...@@ -23,5 +23,7 @@ COPY --from=build-stage /app/dist ./dist ...@@ -23,5 +23,7 @@ COPY --from=build-stage /app/dist ./dist
COPY --from=build-stage /app/node_modules ./node_modules COPY --from=build-stage /app/node_modules ./node_modules
COPY --from=build-stage /app/knex ./knex COPY --from=build-stage /app/knex ./knex
COPY --from=build-stage /app/dev ./dev COPY --from=build-stage /app/dev ./dev
# nous avons besoin des sources pour lancer certains scripts manuellement
COPY --from=build-stage /app/src ./src
CMD ["npm", "start"] CMD ["npm", "start"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment