fix(Dockerfile): correct entrypoint execution typo
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
Tom Neuber 2024-12-07 02:04:35 +01:00
parent 3b6c3fa8d9
commit 9706036062
Signed by: tom
GPG key ID: F17EFE4272D89FF6
2 changed files with 1 additions and 1 deletions

View file

@ -30,4 +30,4 @@ COPY entrypoint.sh .
# Ensure the script is executable # Ensure the script is executable
RUN chmod +x entrypoint.sh RUN chmod +x entrypoint.sh
ENTRYPOINT ["entrypoint.sh"] ENTRYPOINT ["./entrypoint.sh"]

0
entrypoint.sh Normal file → Executable file
View file