Revert "copy dist"

This reverts commit 462370b1d8.
This commit is contained in:
Mylloon 2023-04-09 18:23:26 +02:00
parent 462370b1d8
commit 5c796c627b
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -5,7 +5,6 @@ WORKDIR /usr/src/ewp
COPY . .
RUN cargo install --path .
RUN ewp --no-http
FROM debian:bullseye-slim
@ -15,7 +14,6 @@ WORKDIR /app
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/static /app/static
COPY --from=builder /usr/src/ewp/dist /app/dist
RUN mkdir /app/config
RUN touch /app/config/config.toml