diff --git a/Dockerfile b/Dockerfile index 5b83189..f7e4957 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM scratch COPY ca-certificates.crt /etc/ssl/certs/ COPY rbxcompiler / -CMD ["/rbxcompiler"] \ No newline at end of file +ENTRYPOINT ["/rbxcompiler"] \ No newline at end of file