use shebang

This commit is contained in:
2024-10-19 03:00:53 +05:00
parent b2c319d4ec
commit 6bae62ddb6
2 changed files with 4 additions and 2 deletions

View File

@@ -7,4 +7,4 @@ COPY keepalive.sh .
RUN chmod +x keepalive.sh
CMD /app/keepalive.sh
CMD ./keepalive.sh