Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ded7787

Browse files
committedOct 5, 2024·
Added stack, try deploy
1 parent 4a6d955 commit ded7787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Containerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ RUN mkdir /root/wheels
1010

1111
RUN pip wheel -w /root/wheels --no-deps jsonnet
1212

13-
COPY simple-config-ui /root/simple-config-ui/
13+
COPY config-ui /root/config-ui/
1414

15-
RUN (cd /root/simple-config-ui && pip wheel -w /root/wheels --no-deps .)
15+
RUN (cd /root/config-ui && pip wheel -w /root/wheels --no-deps .)
1616

1717
FROM alpine:3.20
1818

0 commit comments

Comments
 (0)
Please sign in to comment.