docker: Add OCI source label to Dockerfile
All checks were successful
Release Docker Image / Push Docker image to Registry (push) Successful in 1m40s
Build and Release / Build All Platforms (push) Successful in 1m57s

This commit is contained in:
danielvici123
2026-06-09 21:23:12 +02:00
parent c2456a7ac0
commit 9ced8d11c6

View File

@@ -24,6 +24,8 @@ RUN touch src/main.rs && cargo build --release
# Final stage
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
ENV DOCKER_CONTAINER=true