Added dockerfile
This commit is contained in:
8
DockerFile
Normal file
8
DockerFile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM rust:1.90
|
||||
|
||||
WORKDIR /usr/src/image-placeholder-generator
|
||||
COPY . .
|
||||
|
||||
RUN cargo install --path .
|
||||
|
||||
CMD ["image-placeholder-generator"]
|
||||
Reference in New Issue
Block a user