QuakeLiveDocker/Dockerfile
Jack Hadrill 6c117f2ea1
All checks were successful
continuous-integration/drone/push Build is passing
Download Quake on each boot instead of making a bloated image.
2022-07-28 01:23:41 +01:00

7 lines
111 B
Docker

FROM steamcmd/steamcmd:ubuntu
WORKDIR /game
COPY start.sh /start.sh
ENTRYPOINT [ "bash" ]
CMD [ "/start.sh" ]