mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 09:45:29 +00:00
chore: less RUN in Dockerfile
This commit is contained in:
parent
de1274bddf
commit
fc11388103
11
Dockerfile
11
Dockerfile
@ -97,7 +97,10 @@ RUN set -eux; \
|
||||
chmod +x bin/console; \
|
||||
sync
|
||||
|
||||
RUN php bin/console assets:install
|
||||
RUN yarn install
|
||||
RUN yarn run build
|
||||
RUN yarn run ttag:po2json
|
||||
|
||||
RUN set -eux; \
|
||||
php bin/console assets:install; \
|
||||
yarn install; \
|
||||
yarn run build; \
|
||||
yarn run ttag:po2json; \
|
||||
sync
|
||||
|
||||
@ -51,6 +51,3 @@ volumes:
|
||||
###> doctrine/doctrine-bundle ###
|
||||
database_data:
|
||||
###< doctrine/doctrine-bundle ###
|
||||
|
||||
networks:
|
||||
dw-net:
|
||||
Loading…
x
Reference in New Issue
Block a user