mingyang91 commited on
Commit
70dabc9
·
verified ·
1 Parent(s): 3713936

include static as default FE

Browse files

Signed-off-by: 明扬 <[email protected]>

Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -9,5 +9,6 @@ FROM debian:bookworm-slim as runtime
9
  RUN apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/*
10
  WORKDIR /app
11
  COPY config config
 
12
  COPY --from=builder /app/target/release/polyhedron .
13
  ENTRYPOINT ["./polyhedron"]
 
9
  RUN apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/*
10
  WORKDIR /app
11
  COPY config config
12
+ COPY static static
13
  COPY --from=builder /app/target/release/polyhedron .
14
  ENTRYPOINT ["./polyhedron"]