We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e4ace commit 243a8c1Copy full SHA for 243a8c1
docker/Dockerfile
@@ -2,4 +2,4 @@ FROM ubuntu:18.04
2
LABEL org.opencontainers.image.source=https://github.com/SQFvm/runtime
3
WORKDIR /tmp
4
COPY sqfvm /usr/bin/sqfvm
5
-ENTRYPOINT /usr/bin/sqfvm
+ENTRYPOINT ["/usr/bin/sqfvm", "--automated", "--suppress-welcome", "--no-execute-print"]
0 commit comments