Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Docker Developers

Maurits Kok edited this page Jul 1, 2021 · 3 revisions

For a general introduction on installing and using the Docker image, please see the Users documentation

Dockerfile

For general information about Dockerfiles, please check the Docker reference documentation.

Build image

docker build . -t satay:latest

CI via Github Actions