Merge pull request #1828 from helderco/fix-dockerfile-test

Fix docker.#Dockerfile test
This commit is contained in:
Andrea Luzzardi 2022-03-21 16:56:26 -07:00 committed by GitHub
commit fead547df1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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