Bump socket server
This commit is contained in:
parent
f0f1731f8d
commit
8b80b3adb6
|
@ -16,7 +16,7 @@ FROM node:current-alpine as dependency-stage
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
## Install build toolchain, install node deps and compile native add-ons
|
## Install build toolchain, install node deps and compile native add-ons
|
||||||
RUN apk add --no-cache python make g++
|
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@3.1.4 nconf
|
RUN NPM_CONFIG_PREFIX=/app/.npm-global NPM_CONFIG_CACHE=/home/node/.cache npm install --unsafe-perm -g syncloungesocket@3.2.0 nconf
|
||||||
COPY docker-entrypoint.sh .
|
COPY docker-entrypoint.sh .
|
||||||
COPY config config
|
COPY config config
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue