This commit is contained in:
parent
e3937e70ae
commit
bd3f3661c4
|
@ -26,10 +26,13 @@ RUN cargo build --release
|
||||||
FROM rust
|
FROM rust
|
||||||
|
|
||||||
ENV RUST_BACKTRACE=full
|
ENV RUST_BACKTRACE=full
|
||||||
|
ENV RUST_LOG=debug
|
||||||
|
|
||||||
RUN apt-get update && apt install -y openssl libssl-dev
|
RUN apt-get update && apt install -y openssl libssl-dev
|
||||||
|
|
||||||
COPY --from=build /quoter/target/release/quoter .
|
COPY --from=build /quoter/target/release/quoter .
|
||||||
|
|
||||||
|
ENV PORT=8080
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
CMD ["./quoter"]
|
CMD ["./quoter"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user