mirror of
https://github.com/kind-0/nsecbunkerd.git
synced 2026-08-01 07:21:42 +00:00
Fix CMD argument from '--keys' to '--key'
This commit is contained in:
parent
5e693e9dae
commit
0d43f8d217
@ -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"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user