Skip to content

Commit

Permalink
Fix fot entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
lans committed Aug 22, 2024
1 parent 39ebbee commit e167f4c
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 @@ -26,4 +26,4 @@ COPY --from=builder /telegram-bot-api/install/bin/telegram-bot-api /telegram-bot
COPY entrypoint.sh /telegram-bot-api/entrypoint.sh
EXPOSE 8081

ENTRYPOINT [ "/telegram-bot-api/entrypoint.sh" ]
ENTRYPOINT [ "sh", "/telegram-bot-api/entrypoint.sh" ]

0 comments on commit e167f4c

Please sign in to comment.