Merge branch 'main' into docker-ci
Some checks failed
Build & Test / build-run (push) Has been cancelled
Some checks failed
Build & Test / build-run (push) Has been cancelled
This commit is contained in:
commit
2865b78bdb
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