Browse Source

fixed working dir path

pull/168/head
Denis Kramer 6 years ago
parent
commit
65ec883e1c
  1. 2
      docker-compose.yml

2
docker-compose.yml

@ -6,7 +6,7 @@ services:
image: butlerx/wetty image: butlerx/wetty
container_name: wetty container_name: wetty
tty: true tty: true
working_dir: /app working_dir: /usr/src/app
ports: ports:
- "3000:3000" - "3000:3000"
environment: environment:

Loading…
Cancel
Save