Skip to content

Commit

Permalink
Removed symbolic links
Browse files Browse the repository at this point in the history
  • Loading branch information
Dashboy1998 committed Jan 28, 2024
1 parent 287d439 commit a55fafc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN wget -q https://github.com/gorcon/rcon-cli/releases/download/v0.10.3/rcon-0.10.3-amd64_linux.tar.gz -O - | tar -xz && \
mv rcon-0.10.3-amd64_linux/rcon /usr/bin/rcon-cli && \
ln -s /home/steam/server/rcon.yaml /root/rcon.yaml && \
rmdir /tmp/dumps

ENV PORT= \
Expand All @@ -33,8 +32,8 @@ ENV PORT= \
SERVER_DESCRIPTION=

COPY ./scripts/* /home/steam/server/
RUN chmod u+x /home/steam/server/init.sh /home/steam/server/start.sh /home/steam/server/backup.sh && \
ln -s /home/steam/server/backup.sh /usr/local/bin/backup
RUN chmod +x /home/steam/server/init.sh /home/steam/server/start.sh /home/steam/server/backup.sh && \
mv /home/steam/server/backup.sh /usr/local/bin/backup

WORKDIR /home/steam/server

Expand Down

0 comments on commit a55fafc

Please sign in to comment.