Dockerize TShock

This commit is contained in:
Joseph Goh 2022-10-23 04:09:57 +08:00
parent eba0ae1448
commit d85efbad60
No known key found for this signature in database
GPG key ID: 0C83392A0999DD5A
3 changed files with 57 additions and 0 deletions

15
.dockerignore Normal file
View file

@ -0,0 +1,15 @@
# ignore every file
*
# except for the ones required for building
!i18n/
!prebuilts/
!TerrariaServerAPI/
!TShockAPI/
!TShockLauncher/
!TShockLauncher.Tests/
!TShock.sln
# but exclude build artifacts
*/bin/
*/obj/