diff --git a/Dockerfile b/Dockerfile index 98449ac..1201a88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,6 @@ COPY \ entrypoint.sh \ ./ COPY sql sql -COPY tmp tmp COPY GoDEXdriver-1.1.6.tar.gz /tmp/ RUN (cd /tmp && tar -xf /tmp/GoDEXdriver-1.1.6.tar.gz) \