We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dd31ca commit 59ce94eCopy full SHA for 59ce94e
1 file changed
Dockerfile
@@ -24,6 +24,6 @@ WORKDIR /app
24
# run-time needs at least `grumpy run` to be built.
25
RUN cd grumpy-tools-src && pip install --editable .
26
27
-# Install run-time
28
-RUN cd grumpy-runtime-src && pip install --editable .
+# Install run-time in non-editable mode
+RUN cd grumpy-runtime-src && pip install .
29
0 commit comments