Skip to content

Commit 3c2b03c

Browse files
committed
Uncomment the entry point from the runtime-dependency container
1 parent 7236cd0 commit 3c2b03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runtime-vault:
2121
runtime-dependency:
2222
build: sample-project
2323
working_dir: /app
24-
# entrypoint: ./ONVAULT
24+
entrypoint: ./ONVAULT
2525
command: ls
2626
volumes:
2727
- .:/app

0 commit comments

Comments
 (0)