mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-10 16:46:19 +00:00
Define docker compose working dir via working_dir option
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user