Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 431 Bytes

File metadata and controls

19 lines (12 loc) · 431 Bytes

Eurosky Portal

This app provides the Eurosky Portal for accessing your account settings and applications

Development

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