Fix CMD syntax in streaming Dockerfile (#30795)
This commit is contained in:
@@ -110,4 +110,4 @@ USER mastodon
|
|||||||
# Expose default Streaming ports
|
# Expose default Streaming ports
|
||||||
EXPOSE 4000
|
EXPOSE 4000
|
||||||
# Run streaming when started
|
# Run streaming when started
|
||||||
CMD [ node ./streaming/index.js ]
|
CMD [ "node", "./streaming/index.js" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user