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 5d96858 commit ad6c883Copy full SHA for ad6c883
codeoss-server/run-codeoss-server.sh
@@ -0,0 +1,7 @@
1
+#!/bin/sh
2
+
3
+if [ -z "$port" ]; then
4
+ port=8000
5
+fi
6
7
+podman run --platform linux/amd64 -itd -p "$port":8000 -v "$PWD":/root/workspace ghcr.io/lcjuves/codeoss-server
0 commit comments