mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-12-11 02:09:53 -06:00
Define docker compose working dir via working_dir option
This commit is contained in:
parent
869708469d
commit
f6a0910c40
@ -5,7 +5,8 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./dev.Dockerfile
|
dockerfile: ./dev.Dockerfile
|
||||||
command: /bin/sh -c "cd /home/shlink/www && npm install && npm run start"
|
working_dir: /home/shlink/www
|
||||||
|
command: /bin/sh -c "npm install && npm run start"
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/home/shlink/www
|
- ./:/home/shlink/www
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user