Skip to content

Commit

Permalink
fix Dockerfile to set PYTHONPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Dec 16, 2023
1 parent 4a810bb commit 45b8f05
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 @@ -9,6 +9,7 @@ COPY requirements.txt /usr/src/app
RUN pip install --no-cache-dir -r requirements.txt

COPY batchelor /usr/src/app/batchelor
ENV PYTHONPATH "${PYTHONPATH}:/usr/src/app"

# Run the Python script when the container launches
# Use the environment variables to pass the arguments
Expand Down

0 comments on commit 45b8f05

Please sign in to comment.