server & websocket adress & port added to setting
This commit is contained in:
@ -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+)
|
||||
|
Reference in New Issue
Block a user