Skip to content

Commit

Permalink
Removed UI node_modules mount
Browse files Browse the repository at this point in the history
  • Loading branch information
st-matskevich committed Oct 1, 2023
1 parent d29fd60 commit 56782fd
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ services:
WDS_SOCKET_PORT: 443
restart: on-failure
volumes:
- ./ui:/app
- tg-bot-ui:/app/node_modules
- ./ui/src:/app/src
- ./ui/public:/app/public
build:
context: ./ui
dockerfile: dev.dockerfile
Expand All @@ -41,7 +41,4 @@ services:
environment:
NGROK_AUTHTOKEN: ${NGROK_AUTHTOKEN}
restart: on-failure
command: ["http", "--domain=${NGROK_DOMAIN}", "dev-proxy:3000", "--log=stdout"]

volumes:
tg-bot-ui:
command: ["http", "--domain=${NGROK_DOMAIN}", "dev-proxy:3000", "--log=stdout"]

0 comments on commit 56782fd

Please sign in to comment.