Skip to content

Commit

Permalink
fix docker file (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlcoo authored Nov 12, 2024
1 parent b47658b commit 500cfa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easypackages/pypi/watch_update_source/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ RUN yum install -y git ruby rubygems make gcc diffutils util-linux lftp hostname

WORKDIR /root/easypackages/easypackages/pypi/watch_update_source/src

CMD tail -f /dev/null & python3 schdule_main.py
CMD python3 schedule_main.py

0 comments on commit 500cfa1

Please sign in to comment.