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