We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9781ae0 commit 8c21d93Copy full SHA for 8c21d93
1 file changed
Dockerfile
@@ -5,6 +5,8 @@ LABEL author="Gustavo Freze" \
5
org.label-schema.name="gustavofreze/auto-assign" \
6
org.label-schema.schema-version="1.0"
7
8
+ENV PYTHONPATH="${PYTHONPATH}:/app"
9
+
10
WORKDIR /app
11
12
COPY pyproject.toml ./
0 commit comments