This app provides the Eurosky Portal for accessing your account settings and applications
To build a development docker image (optional):
docker build -f Dockerfile -t ghcr.io/eurosky-social/eurosky-portal:dev .To run that image:
cp .env.docker.example .env.docker.local
docker run -p 4075:4075 --rm --env-file .env.docker.local ghcr.io/eurosky-social/eurosky-portal:dev