Created initial working Docker deployment
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
|||||||
|
target
|
||||||
|
Dockerfile
|
||||||
|
README.md
|
||||||
|
.git
|
||||||
|
.gitignore
|
||||||
|
.gitmodules
|
||||||
Executable
+9
@@ -0,0 +1,9 @@
|
|||||||
|
FROM rust:slim
|
||||||
|
|
||||||
|
WORKDIR ~/scryer-prolog
|
||||||
|
COPY . .
|
||||||
|
|
||||||
|
RUN cargo --version
|
||||||
|
RUN cargo install --path .
|
||||||
|
|
||||||
|
CMD ["scryer-prolog"]
|
||||||
Reference in New Issue
Block a user