Starter project for Sutil + Fable + Vite + Docker container (nginx)

How to run in Docker container

  • Make sure you have Docker and npm installed (preferably the latest versions) and added to your PATH
  • Run npm install to install dependencies
  • Run npm run start-container to start the container on port 8080

How to stop the Docker container

  • Run npm run stop-container to stop the container

How to build Docker image only

  • Run npm run build-image to build the Docker image