pannman commited on
Commit
c90bbe9
·
1 Parent(s): 6754d1d

Add PythonPath

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.10
2
  ENV POETRY_HOME=/opt/poetry
3
-
4
  RUN apt update -qq && \
5
  apt install -y build-essential \
6
  git \
 
1
  FROM python:3.10
2
  ENV POETRY_HOME=/opt/poetry
3
+ ENV PYTHONPATH=/root/work:/root/work/src
4
  RUN apt update -qq && \
5
  apt install -y build-essential \
6
  git \