Skip to content

Commit

Permalink
Merge pull request #314 from MSpreckels/fix-scripts-copy
Browse files Browse the repository at this point in the history
Fix folder copy on arm images
  • Loading branch information
thijsvanloef authored Feb 7, 2024
2 parents b41b178 + 2709d2a commit 9e1c1c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ LABEL maintainer="[email protected]" \
RUN apt-get update && apt-get install -y --no-install-recommends \
procps=2:3.3.17-5 \
wget=1.21-1+deb11u1 \
gettext-base=0.21-4 \
xdg-user-dirs=0.17-2 \
jo=1.3-2 \
&& apt-get clean \
Expand Down Expand Up @@ -95,7 +96,7 @@ ENV PORT= \
DISCORD_PRE_SHUTDOWN_MESSAGE="Server is shutting down..." \
DISCORD_POST_SHUTDOWN_MESSAGE="Server has been stopped!"

COPY ./scripts/* /home/steam/server/
COPY ./scripts /home/steam/server/

RUN chmod +x /home/steam/server/*.sh && \
mv /home/steam/server/backup.sh /usr/local/bin/backup && \
Expand Down

0 comments on commit 9e1c1c1

Please sign in to comment.