From 1a07ac99bf56fa9f7d7862ffa862c1cfe4d063c5 Mon Sep 17 00:00:00 2001 From: Evgeny Kovalev Date: Wed, 31 Aug 2022 16:21:11 +0300 Subject: [PATCH] New Dockerfile --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a9fff73..4dc29e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,6 @@ WORKDIR /app COPY shield /app -RUN ls -l -RUN ls -l ./app -RUN ./app/shield +CMD [ "/shield" ] EXPOSE 8080 \ No newline at end of file