diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 | 
