Hotfixes api newer path
Run Tests on Branches / Backend Tests (push) Failing after 14s
Run Tests on Branches / Frontend Tests (push) Failing after 14s

This commit is contained in:
Antoni Nuñez Romeu
2026-07-06 17:25:57 +02:00
parent 0785653474
commit 877eaeff70
7 changed files with 1 additions and 1 deletions
View File
+1 -1
View File
@@ -4,7 +4,7 @@ COPY apps/backend/package*.json ./
RUN apt-get update && apt-get install -y --no-install-recommends python3 make g++ && rm -rf /var/lib/apt/lists/*
RUN npm ci --omit=dev
COPY apps/backend/ .
COPY API/ /API/
COPY apps/API/ /API/
RUN mkdir -p /app/data
EXPOSE 3001
CMD ["node", "server.js"]