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
container_name: wetty
tty: true
working_dir: /app
working_dir: /usr/src/app
ports:
- "3000:3000"
environment:

Loading…
Cancel
Save