mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-18 02:05:36 +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; \
|
chmod +x bin/console; \
|
||||||
sync
|
sync
|
||||||
|
|
||||||
RUN php bin/console assets:install
|
|
||||||
RUN yarn install
|
RUN set -eux; \
|
||||||
RUN yarn run build
|
php bin/console assets:install; \
|
||||||
RUN yarn run ttag:po2json
|
yarn install; \
|
||||||
|
yarn run build; \
|
||||||
|
yarn run ttag:po2json; \
|
||||||
|
sync
|
||||||
|
|||||||
@ -51,6 +51,3 @@ volumes:
|
|||||||
###> doctrine/doctrine-bundle ###
|
###> doctrine/doctrine-bundle ###
|
||||||
database_data:
|
database_data:
|
||||||
###< doctrine/doctrine-bundle ###
|
###< doctrine/doctrine-bundle ###
|
||||||
|
|
||||||
networks:
|
|
||||||
dw-net:
|
|
||||||
Loading…
x
Reference in New Issue
Block a user