summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 3bb0e723..2a367c7a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,6 @@ WORKDIR /app
RUN rustup target add x86_64-unknown-linux-musl
COPY . ./
RUN cargo build --release --target x86_64-unknown-linux-musl
-RUN ls -alh /app
FROM scratch
EXPOSE 50051