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 chown 0:0 /entrypoint.sh
|
||||||
RUN chmod 0700 /entrypoint.sh
|
RUN chmod 0700 /entrypoint.sh
|
||||||
WORKDIR /apk
|
WORKDIR /apk
|
||||||
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
version: "3.9"
|
|
||||||
services:
|
services:
|
||||||
compile:
|
compile:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
stop_grace_period: 1s
|
stop_grace_period: 1s
|
||||||
command: sh -c 'id; sleep infinity'
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./apk:/apk
|
- ./apk:/apk
|
Loading…
Add table
Reference in a new issue