new docker-compose.yml

dev
timofejmalinin 3 years ago
parent 218178317a
commit 9a16071dd7

@ -76,7 +76,7 @@ services:
container_name: ${CONTAINERS_NAME}_frontend container_name: ${CONTAINERS_NAME}_frontend
build: postamates_frontend build: postamates_frontend
volumes: volumes:
- ./build/:/usr/src/postamates_frontend/build/ - ./dist/:/usr/src/postamates_frontend/dist/
command: command:
sh -c "yarn build" sh -c "yarn build"
environment: environment:

Loading…
Cancel
Save