rbxcompiler/Dockerfile

4 lines
75 B
Docker

FROM alpine:3
COPY rbxcompiler /
WORKDIR /stage
ENTRYPOINT ["/rbxcompiler"]