diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..eb6d8ce --- /dev/null +++ b/Dockerfile @@ -0,0 +1,10 @@ +FROM rust:latest + +WORKDIR /usr/src/august + +COPY . . + +RUN cargo install +EXPOSE 8080 + +CMD ["august-offensive"]
\ No newline at end of file |
