Skip to content

Commit

Permalink
expose 5100 as well during testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
tavdog committed Dec 4, 2024
1 parent 3e92899 commit 76b0ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ RUN git clone $TIDBYT_APPS_REPO tidbyt-apps
RUN python3 ./gen_app_array.py
# install the crontab directly
RUN echo '* * * * * root cd /app ; python3 runner.py >> /app/runner.log 2>&1' > /etc/cron.d/tdmrunner
EXPOSE 8000
EXPOSE 8000 5100
# start the app
CMD ["./run"]

0 comments on commit 76b0ef6

Please sign in to comment.