From 0c5ac68032a6ca55c127c33f469aa57a7a3c688c Mon Sep 17 00:00:00 2001 From: Travis Shivers Date: Fri, 24 Jul 2020 18:56:54 -0500 Subject: [PATCH] Update to new socket server. Note: default port is now 8088 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 52e4c14f..ac30b2a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ FROM node:current-alpine as dependency-stage WORKDIR /app ## Install build toolchain, install node deps and compile native add-ons RUN apk add --no-cache python make g++ -RUN NPM_CONFIG_PREFIX=/app/.npm-global NPM_CONFIG_CACHE=/home/node/.cache npm install --unsafe-perm -g syncloungesocket@2.0.7 nconf +RUN NPM_CONFIG_PREFIX=/app/.npm-global NPM_CONFIG_CACHE=/home/node/.cache npm install --unsafe-perm -g syncloungesocket@2.0.8 nconf COPY docker-entrypoint.sh . COPY config config