entrypoint to always run

This commit is contained in:
nora 2023-08-27 17:10:40 +02:00
parent e714c08de3
commit 116bb3d971

View file

@ -3,5 +3,6 @@ services:
dummy: dummy:
container_name: dummy container_name: dummy
image: alpine:latest image: alpine:latest
entrypoint: [ "sleep", "infinity" ]
networks: networks:
internal: internal: