Skip to content
Snippets Groups Projects
Commit 45b70c8d authored by Flissi Areski's avatar Flissi Areski
Browse files

Update project name

parent 143e5454
No related branches found
No related tags found
No related merge requests found
# Build docker image
```bash
docker build --tag tnphyto .
docker build --tag tnseek .
```
# Run docker image
```bash
......@@ -11,9 +11,9 @@ docker run --rm -p 3838:3838 -p 8787:8787 --cpus $(nproc) \
-v /etc/localtime:/etc/localtime:ro \
-v "${INSTALL_DIRECTORY}/playground/":/home/rstudio/playground/ \
-v "${INSTALL_DIRECTORY}/src/":/home/rstudio/pipeline/ \
-e USERID=$UID -e PASSWORD=tnphyto \
--name tnphyto \
tnphyto
-e USERID=$UID -e PASSWORD=tnseek \
--name tnseek \
tnseek
```
# Available services
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment