Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 482 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 482 Bytes

README

There are two reasons for this module:

  • To be able to build the project fully in Docker (no need of installing sbt or java on your machine, only Docker). People that develop with on-host (instead of in-Docker) tools should not be affected
  • To be able to launch on different architectures, like ARM architectures.

This can be built with the docker command:

build -t photosync -f .\extras\docker\Dockerfile .

Thanks Michael Friis!