1
0
Fork 0
festoons/openttd/Dockerfile

6 lines
84 B
Docker

FROM redditopenttd/openttd:13.0
USER root
RUN chown -R 7777:7777 /config
USER 7777