diff --git a/Dockerfile b/Dockerfile index 6f70fca..6565f5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,6 @@ WORKDIR /app COPY shield /app -RUN ./shield +RUN ./app/shield EXPOSE 8080 \ No newline at end of file