4 lines
93 B
Docker
4 lines
93 B
Docker
FROM scratch
|
|
COPY ca-certificates.crt /etc/ssl/certs/
|
|
COPY rbxcompiler /
|
|
CMD ["/rbxcompiler"] |