chore: remove node_modules in the docker image

This commit is contained in:
Maël Gangloff 2024-08-13 14:36:59 +02:00
parent 3048d6499b
commit ff2b2d7fb0
No known key found for this signature in database
GPG Key ID: 11FDC81C24A7F629

View File

@ -103,4 +103,5 @@ RUN set -eux; \
yarn install; \ yarn install; \
yarn run build; \ yarn run build; \
yarn run ttag:po2json; \ yarn run ttag:po2json; \
rm -rf node_modules; \
sync sync