Skip to content

Commit

Permalink
fixed build, tshock release moved files into a deploy directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansheehan committed Oct 15, 2020
1 parent bbda3c4 commit d413b62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tshock/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ENV TSHOCKZIP=TShock4.4.0_Pre13_Terraria1.4.1.1.zip
# Download and unpack TShock
ADD https://github.com/Pryaxis/TShock/releases/download/$TSHOCKVERSION/$TSHOCKZIP /
RUN unzip $TSHOCKZIP -d /tshock && \
mv /tshock/deploy/* /tshock/ && \
rm $TSHOCKZIP && \
chmod +x /tshock/TerrariaServer.exe && \
# add executable perm to bootstrap
Expand Down

0 comments on commit d413b62

Please sign in to comment.