From 37bc49921a0680f2d0c6782ffd12d78d70ad0d9d Mon Sep 17 00:00:00 2001 From: itzaname Date: Fri, 31 Dec 2021 21:53:42 +0000 Subject: [PATCH] Update 'Dockerfile' CMD -> ENTRYPOINT --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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