We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f9b1d0 + 303fcb3 commit b2e1e18Copy full SHA for b2e1e18
Dockerfile
@@ -2,6 +2,6 @@ from python:3.9
2
3
RUN git clone https://github.com/KnowledgeCaptureAndDiscovery/somef
4
5
-RUN cd somef && pip install -e .
+RUN cd somef && pip install .
6
7
RUN somef configure -a
0 commit comments