mirror of
https://github.com/kind-0/nsecbunkerd.git
synced 2026-08-01 07:21:42 +00:00
Update CMD instruction in Dockerfile
This commit is contained in:
parent
84651e45c6
commit
5e693e9dae
@ -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"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user