Skip to content

Commit

Permalink
added .dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
farchaab committed May 2, 2024
1 parent 90a87b2 commit ff039d2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
docs/

mess.egg-info/
mess/__pycache__
build/

htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
tests/__pycache__
.pytest_cache

.snakemake
mess/workflow/conda
mess/workflow/taxonkit
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ RUN micromamba install -q -y -c bioconda -c conda-forge -n base \
micromamba clean -afy

ENV PATH /opt/conda/bin:${PATH}
RUN pip install .
RUN pip install .

0 comments on commit ff039d2

Please sign in to comment.