Skip to content

Commit 0099ac4

Browse files
committed
fix(core): 🐛 muda o command principal para entrypoint
1 parent 3ecf8a7 commit 0099ac4

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
@@ -5,7 +5,7 @@ services:
55
image: asciidoctor/docker-asciidoctor
66
volumes:
77
- .:/documents/
8-
command: scripts/docker-startup.sh
8+
entrypoint: scripts/docker-startup.sh
99
network_mode: bridge
1010

1111
travis:

0 commit comments

Comments
 (0)