Skip to content

Commit 2a32249

Browse files
authored
Update Dockerfile
1 parent 5fea87d commit 2a32249

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Dockerfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
FROM alpine:latest
2-
RUN apk --no-cache add ca-certificates
2+
RUN apk --no-cache add ca-certificate
33

4-
ENV SERVER__PORT=8880
4+
ARG IMAGE_TAG
5+
ENV IMAGE_TAG=$IMAGE_TAG
6+
LABEL org.opencontainers.image.version=$IMAGE_TAG
7+
8+
ENV SERVICE__PORT=8880
59

610
ENV DEFAULTS_PATH=/app/config/defaults.yml
711

0 commit comments

Comments
 (0)