This commit is contained in:
parent
1057bf80dc
commit
b8764d99dd
1 changed files with 12 additions and 0 deletions
12
Dockerfile
Normal file
12
Dockerfile
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
FROM rust:alpine
|
||||||
|
RUN apk add deno pkgconfig libressl-dev musl-dev
|
||||||
|
|
||||||
|
WORKDIR /FeDirect
|
||||||
|
|
||||||
|
COPY --link . ./
|
||||||
|
|
||||||
|
ENV ROCKET_ADDRESS=0.0.0.0
|
||||||
|
|
||||||
|
RUN cargo build --release
|
||||||
|
|
||||||
|
CMD ["/FeDirect/target/release/fedirect"]
|
Loading…
Add table
Reference in a new issue