copy dist
This commit is contained in:
parent
36ca74943a
commit
462370b1d8
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ WORKDIR /usr/src/ewp
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN cargo install --path .
|
RUN cargo install --path .
|
||||||
|
RUN ewp --no-http
|
||||||
|
|
||||||
|
|
||||||
FROM debian:bullseye-slim
|
FROM debian:bullseye-slim
|
||||||
|
@ -14,6 +15,7 @@ WORKDIR /app
|
||||||
COPY --from=builder /usr/local/cargo/bin/ewp /app/ewp
|
COPY --from=builder /usr/local/cargo/bin/ewp /app/ewp
|
||||||
COPY --from=builder /usr/src/ewp/LICENSE /app/LICENSE
|
COPY --from=builder /usr/src/ewp/LICENSE /app/LICENSE
|
||||||
COPY --from=builder /usr/src/ewp/static /app/static
|
COPY --from=builder /usr/src/ewp/static /app/static
|
||||||
|
COPY --from=builder /usr/src/ewp/dist /app/dist
|
||||||
|
|
||||||
RUN mkdir /app/config
|
RUN mkdir /app/config
|
||||||
RUN touch /app/config/config.toml
|
RUN touch /app/config/config.toml
|
||||||
|
|
Loading…
Reference in a new issue