Skip to content

Commit c5b2e4d

Browse files
committed
Mise à jour du Dockerfile pour modifier la commande de démarrage en utilisant "yarn run start:prod"
1 parent 50d530e commit c5b2e4d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ RUN yarn install \
5454
--prefer-offline \
5555
--pure-lockfile \
5656
--non-interactive \
57-
--production=true \
58-
&& yarn cache clean \
59-
&& yarn autoclean --init \
60-
&& yarn autoclean --force
57+
--production=true
58+
# && yarn cache clean \
59+
# && yarn autoclean --init \
60+
# && yarn autoclean --force
6161

6262
COPY --from=builder /data/dist ./dist
6363

64-
CMD ["yarn", "start:prod"]
64+
CMD ["yarn", "run", "start:prod"]

0 commit comments

Comments
 (0)