re-add port declaration
All checks were successful
PR tests / build-and-smoke (pull_request) Successful in 47s

This commit is contained in:
2025-11-25 09:49:07 +01:00
parent 6ef463458f
commit c9f139d29c

View File

@@ -35,7 +35,7 @@ jobs:
- name: Start container (background)
run: |
# do NOT bind the container port to the host to avoid port conflicts on the runner
docker run -d --name semapform-test semapform-api:test-pr sleep infinity
docker run -d --name semapform-test semapform-api:test-pr --port 8001:8001 sleep infinity
- name: Start server in container and smoke test HTTP (in-container)
run: |