Skip to content

Commit 1376fe6

Browse files
committed
Mise à jour du Dockerfile pour exécuter la commande "yarn build" et nettoyer le cache et les fichiers inutiles
1 parent ea08997 commit 1376fe6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ RUN yarn install \
2828
--prefer-offline \
2929
--frozen-lockfile \
3030
--non-interactive \
31-
--production=false \
32-
&& yarn cache clean \
33-
&& yarn autoclean --init \
34-
&& yarn autoclean --force
31+
--production=false
32+
# && yarn cache clean \
33+
# && yarn autoclean --init \
34+
# && yarn autoclean --force
3535

3636
RUN yarn build
3737

0 commit comments

Comments
 (0)