Update 'Dockerfile'
CMD -> ENTRYPOINT
This commit is contained in:
parent
7b2f6bd4c7
commit
37bc49921a
@ -1,4 +1,4 @@
|
||||
FROM scratch
|
||||
COPY ca-certificates.crt /etc/ssl/certs/
|
||||
COPY rbxcompiler /
|
||||
CMD ["/rbxcompiler"]
|
||||
ENTRYPOINT ["/rbxcompiler"]
|
Loading…
Reference in New Issue
Block a user