We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c96db commit bc6bc24Copy full SHA for bc6bc24
1 file changed
Dockerfile
@@ -1,5 +1,3 @@
1
-LABEL org.opencontainers.image.source="https://github.com/pixelweatherproject/pwmp-server"
2
-
3
###
4
### Build stage
5
@@ -16,6 +14,8 @@ RUN apk update && apk add git && cargo build --release --locked
16
14
17
15
FROM alpine:3.23.3 AS runner
18
+LABEL org.opencontainers.image.source="https://github.com/pixelweatherproject/pwmp-server"
+
19
RUN apk update && apk add tini
20
WORKDIR /app
21
COPY --from=build /app/target/release/pwmp-server /app/pwmp-server
0 commit comments