Update application ports to 3050 and enhance Playwright tests with WebGL mock
Tests / backend-test (pull_request) Successful in 10s
Tests / frontend-test (pull_request) Successful in 9m25s
Tests / e2e-test (pull_request) Has been cancelled

This commit is contained in:
(jenkins)
2026-04-01 11:04:16 +01:00
parent cac76a2f69
commit 228032c913
11 changed files with 278 additions and 19 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ RUN npm install
COPY . .
# Expose port
EXPOSE 3000
EXPOSE 3050
# Set environment variable for API URL
ENV VITE_API_URL=http://localhost:3001/api