mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-03 23:07:26 +03:00
Updated base docker image used during development
This commit is contained in:
parent
d76008582f
commit
456f50620b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ version: '3'
|
||||||
services:
|
services:
|
||||||
shlink_web_client_node:
|
shlink_web_client_node:
|
||||||
container_name: shlink_web_client_node
|
container_name: shlink_web_client_node
|
||||||
image: node:10.4.1-alpine
|
image: node:10.15.0-alpine
|
||||||
command: /bin/sh -c "cd /home/shlink/www && yarn install && yarn start"
|
command: /bin/sh -c "cd /home/shlink/www && yarn install && yarn start"
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/home/shlink/www
|
- ./:/home/shlink/www
|
||||||
|
|
Loading…
Reference in a new issue