This commit is contained in:
@@ -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"]
|
||||||
|
Reference in New Issue
Block a user