Skip to content

Commit

Permalink
Update Dockerfile to use correct startup script command
Browse files Browse the repository at this point in the history
  • Loading branch information
besoeasy committed Aug 1, 2024
1 parent 18f9fba commit 2728d3a
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 @@ -25,4 +25,4 @@ EXPOSE 6799 6800 6881-6888
# Set environment variables (you can override these at runtime)
ENV TELEGRAMBOT=Telegram-Bot-Token

CMD ["/start.sh"]
CMD ["./start.sh"]

0 comments on commit 2728d3a

Please sign in to comment.