diff --git a/Dockerfile b/Dockerfile index 13738e18..c233f9b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,9 @@ EXPOSE 25565 EXPOSE 50051 WORKDIR /server +LABEL com.bluedragonmc.image=server +LABEL com.bluedragonmc.environment=development + # Copy config files and assets COPY favicon_64.png /server/favicon_64.png diff --git a/production.Dockerfile b/production.Dockerfile index b6d65537..3d427aad 100644 --- a/production.Dockerfile +++ b/production.Dockerfile @@ -15,6 +15,9 @@ EXPOSE 25565 EXPOSE 50051 WORKDIR /server +LABEL com.bluedragonmc.image=server +LABEL com.bluedragonmc.environment=production + COPY favicon_64.png /server/favicon_64.png # Copy the built JAR from the previous step