Skip to content

Commit 9b698e2

Browse files
committed
fix server port
1 parent c5b24ed commit 9b698e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ jobs:
364364
docker build -t basyx-python-server -f Dockerfile ..
365365
- name: Run container
366366
run: |
367-
docker run -d -v ./input:/input -v ./storage:/storage --name basyx-python-server basyx-python-server
367+
docker run -d -p 8080:80 -v ./input:/input -v ./storage:/storage --name basyx-python-server basyx-python-server
368368
- name: Wait for container and server initialization
369369
run: |
370370
timeout 30s bash -c '

0 commit comments

Comments
 (0)