Update CMD instruction to use environment variable

This commit is contained in:
Steven Noack 2025-12-11 08:43:47 +01:00 committed by GitHub
parent 0d43f8d217
commit d198d0962f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,4 +22,4 @@ RUN mkdir -p /app/config
EXPOSE 3000
CMD ["node", "./scripts/start.js", "start", "--key", "steven"]
CMD ["sh", "-c", "node ./scripts/start.js start --key ${NSECBUNKER_KEY}"]