Update 'Dockerfile'

CMD -> ENTRYPOINT
This commit is contained in:
itzaname 2021-12-31 21:53:42 +00:00
parent 7b2f6bd4c7
commit 37bc49921a

View File

@ -1,4 +1,4 @@
FROM scratch
COPY ca-certificates.crt /etc/ssl/certs/
COPY rbxcompiler /
CMD ["/rbxcompiler"]
ENTRYPOINT ["/rbxcompiler"]