rbxcompiler/Dockerfile

5 lines
115 B
Docker
Raw Normal View History

2021-08-11 00:16:40 +00:00
FROM scratch
COPY ca-certificates.crt /etc/ssl/certs/
COPY rbxcompiler /
2021-12-31 22:59:29 +00:00
WORKDIR /stage
2021-12-31 21:53:42 +00:00
ENTRYPOINT ["/rbxcompiler"]