Fix Dockerfile missing resources #71

Merged
Berack96 merged 1 commits from fix-missing-resources-docker into main 2025-10-31 13:07:43 +01:00
Showing only changes of commit afd056a5e7 - Show all commits

View File

@@ -26,6 +26,7 @@ RUN npm install -g rettiwt-api
# Copiamo i file del progetto # Copiamo i file del progetto
COPY LICENSE ./ COPY LICENSE ./
COPY resources/ ./resources/
COPY src/ ./src/ COPY src/ ./src/
COPY configs.yaml ./ COPY configs.yaml ./