feat: express.js session secret configurable in docker with WEBSSH_SESSION_SECRET env variable
This commit is contained in:
parent
06063a8009
commit
12e5431a34
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ COPY config.json.sample config.json
|
|||
# Set environment variables
|
||||
ENV PORT=2222
|
||||
ENV DEBUG=
|
||||
ENV WEBSSH_SESSION_SECRET=
|
||||
|
||||
# Make port 2222 available to the world outside this container
|
||||
EXPOSE 2222
|
||||
|
|
Loading…
Reference in a new issue