We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b24ed commit 9b698e2Copy full SHA for 9b698e2
1 file changed
.github/workflows/ci.yml
@@ -364,7 +364,7 @@ jobs:
364
docker build -t basyx-python-server -f Dockerfile ..
365
- name: Run container
366
run: |
367
- docker run -d -v ./input:/input -v ./storage:/storage --name basyx-python-server basyx-python-server
+ docker run -d -p 8080:80 -v ./input:/input -v ./storage:/storage --name basyx-python-server basyx-python-server
368
- name: Wait for container and server initialization
369
370
timeout 30s bash -c '
0 commit comments