Fixed the container name (#8)
* Fixed the container name * whoamI -> whoami
This commit is contained in:
committed by
Emile Vauge
parent
c039b48727
commit
585d48ff07
@ -1,5 +1,5 @@
|
||||
# Create a minimal container to run a Golang static binary
|
||||
FROM scratch
|
||||
COPY whoamI /
|
||||
ENTRYPOINT ["/whoamI"]
|
||||
COPY whoami /
|
||||
ENTRYPOINT ["/whoami"]
|
||||
EXPOSE 80
|
||||
|
Reference in New Issue
Block a user