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 90a9fc6 commit 4dea114Copy full SHA for 4dea114
.github/workflows/spa-server-ci.yml
@@ -59,7 +59,7 @@ jobs:
59
- uses: actions/checkout@v4
60
- name: Run spa-server docker
61
run: |
62
- docker run -d -name=test -p 9000:9000 -p 8080:8080 -v ${{ github.workspace }}/jsclient/test/config.toml:/config/config.toml ghcr.io/fornetcode/spa-server:v2.4.0
+ docker run -d --name=test -p 9000:9000 -p 8080:8080 -v ${{ github.workspace }}/jsclient/test/config.toml:/config/config.toml ghcr.io/fornetcode/spa-server:v2.4.0
63
docker ps
64
docker logs --tail 50 test
65
- uses: actions/setup-node@v4
0 commit comments