We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fea87d commit 2a32249Copy full SHA for 2a32249
Dockerfile
@@ -1,7 +1,11 @@
1
FROM alpine:latest
2
-RUN apk --no-cache add ca-certificates
+RUN apk --no-cache add ca-certificate
3
4
-ENV SERVER__PORT=8880
+ARG IMAGE_TAG
5
+ENV IMAGE_TAG=$IMAGE_TAG
6
+LABEL org.opencontainers.image.version=$IMAGE_TAG
7
+
8
+ENV SERVICE__PORT=8880
9
10
ENV DEFAULTS_PATH=/app/config/defaults.yml
11
0 commit comments