DanceDocker.setup
— Functionsetup(path::String="."; version::String=string(VERSION))
- Julia version number can be overwritten, else defaults to that of system
- Check if project contains
Project.toml
,dance.jl
andsettings
dir, else means project is not properly configured with DanceJL - Obtain server port (specified under
Dockerfile
) fromDance.Configuration.Settings
dict - Generate
Dockerfile
using template from packagefiles
dir