the-new-hotness: Add USER declaration to Dockerfile

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2019-05-27 10:15:21 +02:00
parent 766a9dc2e9
commit cf841dd753

View file

@ -46,6 +46,7 @@ items:
pushd hotness_schema && \ pushd hotness_schema && \
pip-3 install . && \ pip-3 install . && \
rm -rf the-new-hotness rm -rf the-new-hotness
USER 1001
EXPOSE 9940 EXPOSE 9940
type: Dockerfile type: Dockerfile
git: git: