Skip to content

Commit d795f15

Browse files
committed
chore: bump
1 parent f841b7f commit d795f15

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

apps/tshock/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ RUN set -eux; \
2626

2727
FROM mcr.microsoft.com/dotnet/runtime:6.0
2828

29-
EXPOSE 7777 7878
30-
3129
COPY --from=cloner /tshock /tshock
3230

3331
RUN set -eux; \
@@ -43,6 +41,8 @@ ENV WORLD_FILENAME=""
4341

4442
VOLUME ["/config", "/tshock/logs", "/tshock/ServerPlugins"]
4543

44+
EXPOSE 7777 7878
45+
4646
RUN apt-get update -y && \
4747
apt-get install -y nuget jq tmux && \
4848
rm -rf /var/lib/apt/lists/* /tmp/*

apps/tshock/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# TSHOCK for Terraria
1+
# TShock for Terraria
22

33
TShock is a toolbox for Terraria servers and communities. That toolbox is jam packed with anti-cheat tools, server-side characters, groups, permissions, item bans, tons of commands, and limitless potential. It's one of a kind.
44

5-
https://github.com/Pryaxis/TShock
5+
https://github.com/Pryaxis/TShock
6+

0 commit comments

Comments
 (0)