chore: liaison des images docker au dépôt Gitea
CI/CD Pipeline / test (push) Successful in 1m54s
CI/CD Pipeline / scan (push) Successful in 19s
CI/CD Pipeline / build-push-deploy (push) Successful in 47s

This commit is contained in:
2026-07-04 18:22:30 +00:00
parent cd24ff9887
commit ac4f37c8b5
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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