Skip to content

Commit

Permalink
tmpdir
Browse files Browse the repository at this point in the history
  • Loading branch information
WhalleyT committed Jun 17, 2024
1 parent 9e9c24e commit 95a1f1c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/Dockerfile.tbprofiler-0.9.8.1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ COPY resources/tuberculosis.fasta /data/tuberculosis.fasta

#USER root
WORKDIR /
#set tmpdir to current working directory so we don't write to filesystem
ENV TMPDIR="."
ENV TMPDIR="/data"
ARG TBPROFILER_VER="6.2.1"

# this version is the shortened commit hash on the `master` branch here https://github.com/jodyphelan/tbdb/
Expand Down Expand Up @@ -57,3 +56,5 @@ WORKDIR /data
#wants full path to reference
RUN tb-profiler update_tbdb --match_ref /data/tuberculosis.fasta --commit ${TBDB_VER}

#set tmpdir to current working directory so we don't write to filesystem
ENV TMPDIR="."

0 comments on commit 95a1f1c

Please sign in to comment.