Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Umair-khurshid authored Dec 4, 2024
1 parent 988f0b4 commit bf0ce16
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ RUN apt-get update && \
mv /opt/Xonotic/server/server_linux.sh /opt/Xonotic/ && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*


# Set the working directory
WORKDIR /opt/Xonotic

Expand All @@ -27,4 +26,3 @@ EXPOSE 26000/udp

# Start the Xonotic server
CMD ["/opt/Xonotic/server_linux.sh"]

0 comments on commit bf0ce16

Please sign in to comment.