Bot Updating Documentation

pull/330/head
LinuxServer-CI 2025-07-03 17:28:17 +00:00
rodzic b3d9c31bba
commit 679f038ffc
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 1 dodań i 14 usunięć

Wyświetl plik

@ -208,20 +208,7 @@ This container can also be used as a rapid development environment for the Selki
```
git clone https://github.com/selkies-project/selkies.git
cd selkies
docker run --rm -it \
--shm-size=1gb \
-e DEV_MODE=core \
-e PUID=1000 \
-e PGID=1000 \
-v $(pwd):/config/src \
-p 3001:3001 ghcr.io/linuxserver/baseimage-selkies:alpine322 bash
```
This will start you up in "core" development mode to mess around with core logic. The container also supports strictly frontend development, if there is an addon named "selkies-dashboard" you can pass that as dev_mode and core will be built on init and your development RDE will run against the frontend.
```
git clone https://github.com/selkies-project/selkies.git
cd selkies
git checkout -f feature/websockets
docker run --rm -it \
--shm-size=1gb \
-e DEV_MODE=selkies-dashboard \