Update enim-s-web2/projectc/docker-compose.yml
This commit is contained in:
parent
71c4256330
commit
e3a91c1458
@ -5,7 +5,8 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile_inline: |
|
dockerfile_inline: |
|
||||||
FROM scratch
|
FROM scratch
|
||||||
COPY --chmod=0755 ./projectc /projectc
|
RUN wget https://gitea.fery.me/UL/docker-build-files/raw/branch/main/enim-s-web2/projectc/projectc
|
||||||
|
RUN chmod a+x /projectc
|
||||||
CMD ["/projectc"]
|
CMD ["/projectc"]
|
||||||
container_name: projectc
|
container_name: projectc
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user