We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d401144 commit 3f0dd3cCopy full SHA for 3f0dd3c
2 files changed
Dockerfile
@@ -21,6 +21,6 @@ RUN python3 -m pip -qq install --upgrade pip \
21
ENV USER=api
22
ENV HOME=/home/${USER}
23
RUN mkdir -p ${HOME}
24
-ENV PYTHONPATH=${HOME}/samples:${PYTHONPATH}
+ENV PYTHONPATH=${HOME}/samples
25
ENV PATH=${HOME}/.local/bin:${PATH}
26
WORKDIR ${HOME}
requirements.txt
@@ -7,4 +7,4 @@ pyyaml~=6.0.1
7
# the following lines. Also do similar in the Dockerfile.
8
# That way one can test an unreleased version of github datatrails-samples.
9
# NB dont forget to uncomment before merging !!
10
-datatrails-archivist==0.31.0
+datatrails-archivist==0.31.1
0 commit comments