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

View File

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