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

This commit is contained in:
choelzl 2022-11-12 21:00:43 +01:00
parent d0844e6070
commit 7a91249e3b
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"]