Skip to content

Commit

Permalink
Add working directory for data in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rvhonorato committed Mar 19, 2024
1 parent 0c9997f commit d94c7d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ FROM python:2.7.18
WORKDIR /opt/software
COPY . .
RUN pip install numpy pyfftw && pip install .
WORKDIR /data
ENTRYPOINT [ "disvis" ]

0 comments on commit d94c7d3

Please sign in to comment.