mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-16 12:33:48 +00:00
Updated docker-compose files so that they just use an image and don't need the Dockerfile
This commit is contained in:
@@ -3,9 +3,8 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
shlink_web_client_node:
|
shlink_web_client_node:
|
||||||
container_name: shlink_web_client_node
|
container_name: shlink_web_client_node
|
||||||
build:
|
image: node:10.4.1-alpine
|
||||||
context: .
|
command: /bin/sh -c "cd /home/shlink/www && yarn install && yarn start"
|
||||||
dockerfile: ./Dockerfile
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/home/shlink/www
|
- ./:/home/shlink/www
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user