Updated README.md

This commit is contained in:
William Miceli
2024-02-11 17:13:05 -05:00
parent 1e88f9ccc9
commit 48f55cd86c
3 changed files with 102 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ RUN dpkg --add-architecture i386 && \
apt-get install -y --no-install-recommends ca-certificates locales steamcmd && \
ln -s /usr/games/steamcmd /usr/bin/steamcmd && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
# Add unicode support
RUN locale-gen en_US.UTF-8
@@ -41,4 +41,10 @@ EXPOSE 7777/udp 15000/udp 15777/udp
VOLUME ["/home/steam/.config/Epic/FactoryGame/Saved"]
# Start command for the server
CMD ["/home/steam/satisfactory_server/FactoryServer.sh"]
CMD ["/home/steam/satisfactory_server/FactoryServer.sh"]
# Labels
LABEL org.opencontainers.image.authors="William Miceli; https://github.com/WilliamMiceli; https://williammiceli.me"
LABEL org.opencontainers.image.source=https://github.com/WilliamMiceli/Docker_Satisfactory-Server
LABEL org.opencontainers.image.revision=${DRONE_COMMIT_SHA}
LABEL org.opencontainers.image.created=${DRONE_BUILD_STARTED}