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