mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Fix CMD syntax in streaming Dockerfile (#30795)
This commit is contained in:
parent
54cc204473
commit
1af6313ced
1 changed files with 1 additions and 1 deletions
|
@ -110,4 +110,4 @@ USER mastodon
|
|||
# Expose default Streaming ports
|
||||
EXPOSE 4000
|
||||
# Run streaming when started
|
||||
CMD [ node ./streaming/index.js ]
|
||||
CMD [ "node", "./streaming/index.js" ]
|
||||
|
|
Loading…
Reference in a new issue