rbxcompiler/Dockerfile
2021-12-31 17:59:29 -05:00

5 lines
115 B
Docker

FROM scratch
COPY ca-certificates.crt /etc/ssl/certs/
COPY rbxcompiler /
WORKDIR /stage
ENTRYPOINT ["/rbxcompiler"]