Skip to content

Commit

Permalink
expose 8000 and chmod run to 755
Browse files Browse the repository at this point in the history
  • Loading branch information
tavdog committed Dec 4, 2024
1 parent 268d0d6 commit bf45c21
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -40,6 +40,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
# start the app
CMD ["./run"]
Empty file modified run
100644 → 100755
Empty file.

0 comments on commit bf45c21

Please sign in to comment.