server & websocket adress & port added to setting

This commit is contained in:
2022-02-02 11:48:35 +01:00
parent 9a4fcee3dd
commit adeb02f7ce
6 changed files with 88 additions and 78 deletions

View File

@ -1,6 +1,7 @@
FROM node:16
# Create app directory
WORKDIR /usr/src/app
ENV WEB_IP "$WEB_ADDRESS_INT"
# Install app dependencies
# A wildcard is used to ensure both package.json AND package-lock.json are copied
# where available (npm@5+)