From ac4f37c8b50ceb81586bb0e03d3eaaa15b3d9f28 Mon Sep 17 00:00:00 2001 From: khalil Date: Sat, 4 Jul 2026 18:22:30 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20liaison=20des=20images=20docker=20au?= =?UTF-8?q?=20d=C3=A9p=C3=B4t=20Gitea?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/Dockerfile | 1 + frontend/Dockerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/api/Dockerfile b/api/Dockerfile index a43399a..0d5d0aa 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,4 +1,5 @@ FROM node:20-alpine +LABEL org.opencontainers.image.source="http://git.88.96.58.76.nip.io/khalil/tamagotchi-service" WORKDIR /app COPY package.json ./ RUN npm install --production diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 1669669..13c96a9 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,4 +1,5 @@ FROM nginx:alpine +LABEL org.opencontainers.image.source="http://git.88.96.58.76.nip.io/khalil/tamagotchi-service" COPY nginx.conf /etc/nginx/conf.d/default.conf COPY index.html /usr/share/nginx/html/ COPY style.css /usr/share/nginx/html/