Merge pull request #2 from HideyoshiSolutions/develop
Develop - Creates Dockerfile
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
FROM rust:1.76-buster
|
||||||
|
LABEL authors="hideyoshi"
|
||||||
|
|
||||||
|
COPY . .
|
||||||
|
|
||||||
|
RUN cargo build --release
|
||||||
|
ENTRYPOINT ["target/release/message-hideyoshi-com"]
|
||||||
Reference in New Issue
Block a user