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:
Helder Correia 2022-03-21 22:45:15 -01:00
parent fe72cc9056
commit a1b2e03f29
No known key found for this signature in database
GPG Key ID: C6490D872EF1DCA7

View File

@ -16,4 +16,4 @@ FROM alpine:3.15@sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70
COPY --from=builder /app/hello /bin/hello
ENTRYPOINT ["hello"]
CMD ["hello"]