Add readme for web provider
Also rename sample web provider implemented in Rust to `web-rust`.
This commit is contained in:
9
providers/web/web-rust/Dockerfile
Normal file
9
providers/web/web-rust/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM debian:stretch-slim
|
||||
|
||||
WORKDIR /app
|
||||
ADD ./web-rust /app/web-rust
|
||||
|
||||
ENV RUST_LOG=info
|
||||
EXPOSE 3000
|
||||
|
||||
ENTRYPOINT [ "/app/web-rust" ]
|
||||
Reference in New Issue
Block a user