Fix CMD syntax in streaming Dockerfile (#30795)

pull/30819/head
Essem 2024-06-24 05:36:26 -05:00 committed by GitHub
parent 54cc204473
commit 1af6313ced
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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" ]