rbxcompiler/Dockerfile

5 lines
116 B
Docker
Raw Normal View History

2021-12-31 23:14:13 +00:00
FROM alpine:3
2021-08-11 00:16:40 +00:00
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"]