mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-22 17:10: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:
|
||||
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"
|
||||
volumes:
|
||||
- ./:/home/shlink/www
|
||||
|
|
Loading…
Reference in a new issue