just "compose.yml"; entrypoint.sh

This commit is contained in:
Alexander Mahr 2024-10-07 15:34:10 +02:00
parent 490d72bfc6
commit 7fd031d700
2 changed files with 1 additions and 2 deletions

View file

@ -27,3 +27,4 @@ COPY entrypoint.sh /entrypoint.sh
RUN chown 0:0 /entrypoint.sh
RUN chmod 0700 /entrypoint.sh
WORKDIR /apk
ENTRYPOINT ["/entrypoint.sh"]

View file

@ -1,9 +1,7 @@
version: "3.9"
services:
compile:
build:
context: .
stop_grace_period: 1s
command: sh -c 'id; sleep infinity'
volumes:
- ./apk:/apk