Soddisfatto Giacomo

This commit is contained in:
Nunzi99
2025-10-20 15:10:17 +02:00
parent e2125d5815
commit 6b71a5a553
5 changed files with 23 additions and 68 deletions

View File

@@ -2,6 +2,8 @@
# Infatti scegliamo l'immagine ufficiale di uv che ha già tutto configurato
FROM ghcr.io/astral-sh/uv:python3.12-alpine
RUN apk add --update npm
RUN npm install -g rettiwt-api
# Dopo aver definito la workdir mi trovo già in essa
WORKDIR /app