mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-04 17:01:33 +02:00
removed python3 - not needed when running 12-buster-slim
also prep entrypoint even if it was shipped with no execution attrib and prevent restart loop since pm2-runtime always exits with 0
This commit is contained in:
parent
b791c9e9bb
commit
d63db9acc2
3 changed files with 19 additions and 9 deletions
|
@ -19,7 +19,7 @@ docker run -it --rm -p 8888:8888 \
|
|||
-v "$(pwd)/art:/enigma-bbs/art" \
|
||||
-v "$(pwd)/mods:/enigma-bbs/mods" \
|
||||
-v "$(pwd)/mail:/mail" \
|
||||
enigmabbs:latest
|
||||
enigmabbs/enigmabbs:latest
|
||||
```
|
||||
- Run it: \
|
||||
you can use the same command as above, just daemonize and drop interactiveness (we needed it for config but most of the time docker will run in the background)
|
||||
|
@ -33,8 +33,8 @@ docker run -d --rm -p 8888:8888 \
|
|||
-v "$(pwd)/art:/enigma-bbs/art" \
|
||||
-v "$(pwd)/mods:/enigma-bbs/mods" \
|
||||
-v "$(pwd)/mail:/mail" \
|
||||
enigmabbs:latest
|
||||
```
|
||||
enigmabbs/enigmabbs:latest
|
||||
````
|
||||
|
||||
:bulb: Configuration will be stored in `$(pwd)/enigma-bbs/config`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue