Skip to content

behrouzsh/LINCS-Proteomics-Landing-Page

Repository files navigation

lincsproteomics_python

This repo is for Java Spring Boot full package used in lincsproteomics.org

To run the docker:

	$ docker build -t lincsproteomics:1.0 .
	$ docker images
	$ sudo docker run -p 8050:8050 -d <imade_id> (It runs whatever is running on the virtual machine port 8050 on the local port 8050)