From 958c74bea91694e9adf72c65a3e91ddd46642a6e Mon Sep 17 00:00:00 2001 From: Evgeny Kovalev Date: Wed, 31 Aug 2022 16:17:06 +0300 Subject: [PATCH] Fix 2 --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6565f5a..a9fff73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,8 @@ WORKDIR /app COPY shield /app +RUN ls -l +RUN ls -l ./app RUN ./app/shield EXPOSE 8080 \ No newline at end of file