dataware-tools / api-file-provider

0 stars 0 forks source link

api-file-provider

An API for providing raw files so that users can download them

How to build docker-image

$ ssh-agent
$ ssh-add
$ export DOCKER_BUILDKIT=1
$ docker build -t api-file-provider:latest . --ssh=default

How to run the API server

Make sure to build the image first.

$ docker-compose up

Environment variables