Updated Dockerfile with env for PWAD
This commit is contained in:
parent
ec035f475d
commit
e2eaa07100
@ -10,6 +10,7 @@ ENV IWAD doom1.wad
|
|||||||
ENV CONFIG default.cfg
|
ENV CONFIG default.cfg
|
||||||
ENV SERVER_NAME Docker-Doom
|
ENV SERVER_NAME Docker-Doom
|
||||||
ENV START_MAP E1M1
|
ENV START_MAP E1M1
|
||||||
|
ENV PWAD custom.pk3
|
||||||
|
|
||||||
# Update the OS
|
# Update the OS
|
||||||
RUN apt-get update --yes
|
RUN apt-get update --yes
|
||||||
|
@ -26,3 +26,7 @@ git clone https://github.com/cfultz/doom-docker
|
|||||||
cd doom-docker
|
cd doom-docker
|
||||||
docker build -t cfultz/doom-docker:latest .
|
docker build -t cfultz/doom-docker:latest .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## What's included?
|
||||||
|
|
||||||
|
Freedoom and the shareware version of DOOM (1993). These are legal to share so that's why they are here. If you want to change/add WADS, place them in the ``/IWAD/`` directory, and use an environmental variable to select your prefered IWAD and starting map. You can also add a custom WAD
|
Loading…
Reference in New Issue
Block a user