Build from Dockerfile to improve caching #18

Open
cameron wants to merge 6 commits from feature/improve-build-time into master
Showing only changes of commit 99dbc6577e - Show all commits

View File

@@ -1,4 +1,5 @@
FROM rust:1.55
RUN mkdir /usr/src/image-api && chown -R 1000:999 /usr/src/image-api
USER 1000:999
WORKDIR /usr/src/image-api
COPY Cargo.toml .