Fix CMD argument from '--keys' to '--key'

This commit is contained in:
Steven Noack 2025-12-11 08:40:36 +01:00 committed by GitHub
parent 5e693e9dae
commit 0d43f8d217
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", "--keys", "steven"]
CMD ["node", "./scripts/start.js", "start", "--key", "steven"]