From e07af7c02fc8a79fd3a7bf2cffc72bf3a57064eb Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 19 Sep 2020 15:15:10 -0700 Subject: Fetch files from S3 directly. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 2bb732f..c8e40d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ WORKDIR /usr/src RUN USER=root cargo new s3-media-endpoint-rs WORKDIR /usr/src/s3-media-endpoint-rs COPY Cargo.toml Cargo.lock ./ -RUN cargo install --path . +#RUN cargo install --path . # Copy the source and build the application. COPY src ./src -- cgit v1.2.3