Fix docker.#Dockerfile test
Entrypoint is no longer ignored. Signed-off-by: Helder Correia <174525+helderco@users.noreply.github.com>
This commit is contained in:
parent
fe72cc9056
commit
a1b2e03f29
@ -16,4 +16,4 @@ FROM alpine:3.15@sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70
|
|||||||
|
|
||||||
COPY --from=builder /app/hello /bin/hello
|
COPY --from=builder /app/hello /bin/hello
|
||||||
|
|
||||||
ENTRYPOINT ["hello"]
|
CMD ["hello"]
|
||||||
|
Reference in New Issue
Block a user