Update CMD instruction in Dockerfile

This commit is contained in:
Steven Noack 2025-12-11 08:35:50 +01:00 committed by GitHub
parent 84651e45c6
commit 5e693e9dae
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 ["sh", "-c", "node ./scripts/start.js start --keys ${NSECBUNKER_KEYS:-}"]
CMD ["node", "./scripts/start.js", "start", "--keys", "steven"]