fvtt-docker icon indicating copy to clipboard operation
fvtt-docker copied to clipboard

Updated README and fixed run-server.sh to clear folder before moving new files in

Open Kryptoxic opened this issue 11 months ago • 2 comments

Updated README to specify downloading the Node.js version instead of the Linux version for the Foundry ZIP file.

Kryptoxic avatar May 27 '25 00:05 Kryptoxic

After @Fronix 's bug report, I debugged and realised that my changes assumed that the resources/app was empty. I added a step to delete all files in the folder before moving the extracted files into said folder.

Kryptoxic avatar May 27 '25 12:05 Kryptoxic

@Fronix I've just built and pushed a new docker image on my account. Feel free to pull that and try it out to see if it works. Remember to backup your data/directory as well if you have any data on your server just in case anything goes wrong.

image: cryptoxic/fvtt-docker:latest

Kryptoxic avatar May 27 '25 12:05 Kryptoxic