mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-23 07:53:48 +00:00
Updated base docker image used during development
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user