Skip to content

Commit 243a8c1

Browse files
committed
Add default cmd args for Docker image
1 parent b3e4ace commit 243a8c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ FROM ubuntu:18.04
22
LABEL org.opencontainers.image.source=https://github.com/SQFvm/runtime
33
WORKDIR /tmp
44
COPY sqfvm /usr/bin/sqfvm
5-
ENTRYPOINT /usr/bin/sqfvm
5+
ENTRYPOINT ["/usr/bin/sqfvm", "--automated", "--suppress-welcome", "--no-execute-print"]

0 commit comments

Comments
 (0)