This commit is contained in:
2024-12-29 03:32:27 +02:00
parent 73483f6a16
commit b693610408
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -5,5 +5,6 @@ RUN apk add --no-cache bash
WORKDIR /app
COPY . .
RUN chmod +x /app/start.sh
ENTRYPOINT [ "/app/start.sh" ]