-
Notifications
You must be signed in to change notification settings - Fork 6
Docker Deployment
Logan Terry edited this page Feb 14, 2021
·
1 revision
(from the top level directory of this repository)
-$docker build -t sbolcanvas/sbolcanvas .
-$docker run -p 8080:8080 sbolcanvas/sbolcanvas:latest
-$docker run --rm -p 8080:8080 randoom97/sbolcanvas
-$docker run --rm -p 8080:8080 randoom97/sbolcanvas:1.1.0
If you are building the Docker image locally on Windows, you may need to change the line endings to match Linux in build_backend.sh and build_frontend.sh.