diff --git a/api/Dockerfile b/api/Dockerfile index 0d5d0aa..f5e5450 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,5 +1,5 @@ FROM node:20-alpine -LABEL org.opencontainers.image.source="http://git.88.96.58.76.nip.io/khalil/tamagotchi-service" +LABEL org.opencontainers.image.source="https://git.khalilaliouich.com/khalil/tamagotchi-service" WORKDIR /app COPY package.json ./ RUN npm install --production diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 13c96a9..055e632 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,5 +1,5 @@ FROM nginx:alpine -LABEL org.opencontainers.image.source="http://git.88.96.58.76.nip.io/khalil/tamagotchi-service" +LABEL org.opencontainers.image.source="https://git.khalilaliouich.com/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/