Even more fixes this time.

This commit is contained in:
2021-05-09 16:44:34 +01:00
parent 671236bd28
commit 6c2de41e24
3 changed files with 2 additions and 52 deletions
+1 -1
View File
@@ -14,4 +14,4 @@ WORKDIR /go/src/app
COPY --from=baseimg /go/src/app/semver-gen .
COPY --from=baseimg /go/src/app/config-release.yaml config.yaml
COPY entrypoint.sh entrypoint.sh
CMD ["./semver-gen"]
ENTRYPOINT ["./entrypoint.sh"]