Skip to content

Commit

Permalink
Remove expose part from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
johnne committed Nov 14, 2024
1 parent 837c4c3 commit 1fc4dad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tutorials/containers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,4 @@ ENV PATH=/opt/conda/envs/project_mrsa/bin:${PATH}
COPY Snakefile config.yml ./
COPY code ./code/

# Open port for running Jupyter Notebook
EXPOSE 8888

CMD snakemake --configfile config.yml -p -c 1

0 comments on commit 1fc4dad

Please sign in to comment.