1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-30 19:52:20 +01:00

Merge branch 'dev' of git.sleede.com:projets/fab-manager into dev

This commit is contained in:
Du Peng 2022-06-24 12:27:59 +02:00
commit be83b3b30b

View File

@ -69,7 +69,8 @@ RUN apk del .build-deps && \
rm -rf /tmp/* \
/var/tmp/* \
/var/cache/apk/* \
/usr/lib/ruby/gems/*/cache/*
/usr/lib/ruby/gems/*/cache/* && \
chmod -R a+w /usr/src/app/node_modules
# Copy source files
COPY docker/database.yml /usr/src/app/config/database.yml