This commit is contained in:
+5
-1
@@ -3,7 +3,11 @@ FROM node:22-alpine
|
||||
ENV NODE_ENV=production \
|
||||
PORT=3000 \
|
||||
STEAM_AUTH_FILE=/data/.steam-auth.json \
|
||||
STEAM_CREDENTIALS_FILE=/data/.steam-credentials.json
|
||||
STEAM_CREDENTIALS_FILE=/data/.steam-credentials.json \
|
||||
STEAM_DATA_DIR=/data/node-steam-user \
|
||||
LOBBY_SETTINGS_FILE=/data/.lobby-settings.json \
|
||||
WEB_PUSH_FILE=/data/.web-push.json \
|
||||
TELEGRAM_FILE=/data/.telegram.json
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user