deleted tmp in Dockerfile

This commit is contained in:
Guillermo Bonet 2022-11-07 08:46:11 +01:00
parent 0eb21b7e87
commit e4276a71cb
1 changed files with 0 additions and 1 deletions

View File

@ -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) \