Skip to content

Commit ad6c883

Browse files
authored
Add files via upload
1 parent 5d96858 commit ad6c883

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)