docker setup for super-potato
To build and run a super-potato docker container you need docker and docker-compose.
Init the super-potato sub module
git submodule init
git submodule update
Create an .env file:
cp env.example .env
Now you can build the container using docker-compose
docker-compose build
and run it
docker-compose up -d
The container can now be reached under http://localhost:8080.
The logs can be accessed using
docker-compose logs
Published under the MIT License. See LICENSE for details.