Skip to content

Commit

Permalink
avoid running celery in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Aug 15, 2024
1 parent 67cc4ad commit d7a976a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ COPY . .
RUN dos2unix scripts/start.sh

ENTRYPOINT ["sh", "/opt/newsroom/scripts/start.sh"]
CMD ["honcho", "start", "-p 5050"]
CMD ["honcho", "start", "-p 5050", "web", "websocket"]

0 comments on commit d7a976a

Please sign in to comment.