Add working directory

This commit is contained in:
itzaname 2021-12-31 17:59:29 -05:00
parent 2b76702029
commit 8a7a8f6b9c

View File

@ -1,4 +1,5 @@
FROM scratch FROM scratch
COPY ca-certificates.crt /etc/ssl/certs/ COPY ca-certificates.crt /etc/ssl/certs/
COPY rbxcompiler / COPY rbxcompiler /
WORKDIR /stage
ENTRYPOINT ["/rbxcompiler"] ENTRYPOINT ["/rbxcompiler"]