We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a56c5ab + c339047 commit 6cb5495Copy full SHA for 6cb5495
Dockerfile
@@ -31,6 +31,7 @@ COPY . ${HOME}
31
32
RUN pip install -r requirements.txt
33
RUN pip install -r test_requirements.txt
34
+RUN pip install .
35
36
# Drop root and change ownership of the application folder to the user
37
RUN chown -R ${USER_ID}:${GROUP_ID} ${HOME}
0 commit comments