just "compose.yml"; entrypoint.sh
This commit is contained in:
parent
490d72bfc6
commit
7fd031d700
2 changed files with 1 additions and 2 deletions
|
@ -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"]
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
version: "3.9"
|
||||
services:
|
||||
compile:
|
||||
build:
|
||||
context: .
|
||||
stop_grace_period: 1s
|
||||
command: sh -c 'id; sleep infinity'
|
||||
volumes:
|
||||
- ./apk:/apk
|
Loading…
Add table
Reference in a new issue