From 8a7a8f6b9cff14fefe279728e25556e68e214f51 Mon Sep 17 00:00:00 2001 From: itzaname Date: Fri, 31 Dec 2021 17:59:29 -0500 Subject: [PATCH] Add working directory --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f7e4957..9ffde75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM scratch COPY ca-certificates.crt /etc/ssl/certs/ COPY rbxcompiler / +WORKDIR /stage ENTRYPOINT ["/rbxcompiler"] \ No newline at end of file