Skip to content

Commit 1dc4d64

Browse files
committed
fix Dockerfile
1 parent 14a1522 commit 1dc4d64

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,14 @@ COPY scripts ./scripts
3636
COPY python ./python
3737
COPY wit ./wit
3838

39-
RUN bash scripts/setup.sh
40-
4139
COPY protocol ./protocol
4240
COPY cli ./cli
4341
COPY src ./src
4442
COPY conf ./conf
4543

44+
RUN bash scripts/setup.sh
45+
46+
4647
RUN make build
4748

4849
FROM debian:bookworm-slim AS runtime

0 commit comments

Comments
 (0)