Fixing CD
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
choelzl 2022-11-12 20:50:46 +01:00
parent 6160565c42
commit d0844e6070
Signed by: sora
GPG Key ID: A362EA0491E2EEA0

View File

@ -73,4 +73,4 @@ EXPOSE 3979/udp
WORKDIR /data
ENV XDG_DATA_HOME=/data
VOLUME ["/data"]
ENTRYPOINT ["/usr/bin/openttd -D -g map.sav"]
ENTRYPOINT ["/usr/bin/openttd", "-D -g map.sav"]