mirror of
https://github.com/ipnet-mesh/meshcore-hub.git
synced 2026-08-07 17:33:20 +02:00
Merge pull request #254 from ipnet-mesh/fix/dockerfile-oci-source-label
fix(docker): correct OCI source label to ipnet-mesh/meshcore-hub
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ FROM python:3.14-slim AS runtime
|
||||
# Labels
|
||||
LABEL org.opencontainers.image.title="MeshCore Hub" \
|
||||
org.opencontainers.image.description="Python monorepo for managing MeshCore mesh networks" \
|
||||
org.opencontainers.image.source="https://github.com/meshcore-dev/meshcore-hub"
|
||||
org.opencontainers.image.source="https://github.com/ipnet-mesh/meshcore-hub"
|
||||
|
||||
# Set environment variables
|
||||
ENV PYTHONDONTWRITEBYTECODE=1 \
|
||||
|
||||
Reference in New Issue
Block a user