diff --git a/docker-compose.yml b/docker-compose.yml index e2e8fb9..65736d0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -29,7 +29,7 @@ services: timeout: "10s" retries: "5" start_period: "30s" - image: "xbrowsersync/api:latest" + image: "steccas/xbs-api:latest" restart: "unless-stopped" volumes: - "./settings.json:/usr/src/api/config/settings.json" diff --git a/dockerfile b/dockerfile index cb78112..2c9f330 100644 --- a/dockerfile +++ b/dockerfile @@ -17,7 +17,7 @@ RUN XBROWSERSYNC_API_VERSION="$(curl --silent "https://api.github.com/repos/xbro && rm -rf api-$XBROWSERSYNC_API_VERSION/ # Install dependencies -RUN apk add python2 make +RUN apk add python2 python3 make RUN npm install --only=production # Expose port and start api