docker: Add OCI source label to Dockerfile
This commit is contained in:
@@ -24,6 +24,8 @@ RUN touch src/main.rs && cargo build --release
|
|||||||
# Final stage
|
# Final stage
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
|
LABEL org.opencontainers.image.source="https://git.danielvici.com/danielvici123/dhl"
|
||||||
|
|
||||||
# Set environment variable to signal the app it's running in Docker
|
# Set environment variable to signal the app it's running in Docker
|
||||||
ENV DOCKER_CONTAINER=true
|
ENV DOCKER_CONTAINER=true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user