From d413b62611fe896495732099e083669c4a29d9b5 Mon Sep 17 00:00:00 2001 From: Ryan Sheehan Date: Thu, 15 Oct 2020 12:01:14 -0500 Subject: [PATCH] fixed build, tshock release moved files into a deploy directory --- tshock/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/tshock/Dockerfile b/tshock/Dockerfile index 5e378b5..37f6cf9 100644 --- a/tshock/Dockerfile +++ b/tshock/Dockerfile @@ -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