Skip to content

Latest commit

 

History

History

service-report

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

MultiBlast Report Service

Notes

Manually Building the Docker Image

  1. cd to the root of the project repository.

  2. Run docker build

    docker build \
      -t veupathdb/mblast-report-service \
      -f service-report/Dockerfile \
      --build-arg=GITHUB_USERNAME=$GITHUB_USERNAME \
      --build-arg=GITHUB_TOKEN=$GITHUB_TOKEN \
      .