Dockerfile: keep source files
continuous-integration/drone/push Build is passing Details

Will need to be sorted out. `docker-entry.sh` was also deleted.
master
pictuga 2021-12-12 18:38:39 +00:00
parent 0ee16d4a7d
commit d07aa566ed
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@ RUN set -ex; \
apk add --no-cache --virtual .run-deps python3 py3-lxml py3-setproctitle; \
apk add --no-cache --virtual .build-deps py3-pip py3-wheel; \
pip3 install --no-cache-dir /app[full]; \
apk del .build-deps; \
rm -r /app
apk del .build-deps
USER 1000:1000