We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a6d955 commit ded7787Copy full SHA for ded7787
Containerfile
@@ -10,9 +10,9 @@ RUN mkdir /root/wheels
10
11
RUN pip wheel -w /root/wheels --no-deps jsonnet
12
13
-COPY simple-config-ui /root/simple-config-ui/
+COPY config-ui /root/config-ui/
14
15
-RUN (cd /root/simple-config-ui && pip wheel -w /root/wheels --no-deps .)
+RUN (cd /root/config-ui && pip wheel -w /root/wheels --no-deps .)
16
17
FROM alpine:3.20
18
0 commit comments