This commit is contained in:
Thijn Geurts
2024-09-10 08:30:06 +02:00
parent bb2c817c0d
commit 0c271ad5f4
2 changed files with 6 additions and 4 deletions

View File

@@ -22,9 +22,7 @@ COPY dockerstart.sh /
WORKDIR /home/container
ENV PORT=8192
ENV HOME=/home/container
EXPOSE 8192/udp
# Set entrypoint
CMD ["bash", "/dockerstart.sh"]