API scheiß

This commit is contained in:
2026-04-09 13:56:39 +02:00
parent 8519e7da27
commit 40ee18fc01
8 changed files with 15 additions and 12 deletions

View File

@@ -7,6 +7,8 @@ RUN npm install
COPY . .
ENV VITE_API_TARGET=http://spring-backend:5173
EXPOSE 8080
CMD ["npm", "run", "dev", "--", "--host", "--port", "8080"]