Dockerfile: keep source files
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
Will need to be sorted out. `docker-entry.sh` was also deleted.master
parent
0ee16d4a7d
commit
d07aa566ed
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue