We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549b0ed commit 3a566e9Copy full SHA for 3a566e9
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