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

This commit is contained in:
choelzl 2022-11-12 21:39:22 +01:00
parent e8bfbf841b
commit 15521c25f9
Signed by: sora
GPG Key ID: A362EA0491E2EEA0

View File

@ -59,7 +59,6 @@ RUN apt-get update \
libzstd1 \
libpng16-16 \
nano \
vim \
&& apt-get clean \
&& rm -rvf /var/lib/apt/lists/* /var/log/apt /var/log/dpkg.log
COPY --from=builder /usr/bin/openttd /usr/bin/openttd
@ -72,5 +71,4 @@ EXPOSE 3979
EXPOSE 3979/udp
WORKDIR /data
ENV XDG_DATA_HOME=/data
#VOLUME ["/data"]
ENTRYPOINT ["/usr/bin/openttd", "-D", "-g", "map.sav"]