Since foxtan is not capable to work on Windows platforms due to sharp
and canvas
incompability issue, it was decided to dockerize the engine.
git clone https://github.com/BakaSolutions/foxtan-docker foxtan && cd foxtan
git submodule init && git submodule update
cp .env.template .env
For Linux/BSD: ./start.sh
For Windows: .\start.bat
For Linux/BSD: ./start.dev.sh
For Windows: .\start.dev.bat
Docker caches layers that have not been modified in the Dockerfile.
In this file the link always points to the predefined release of pnpm on GitHub.
It is necessary to update the preliminary
layer by clearing the cache after bumping the version.
The following command allows you to do this:
docker build . --target preliminary --no-cache