Browse Source

Working image

Vadim Surkov 6 năm trước cách đây
mục cha
commit
f4ecce69a3
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -7,6 +7,6 @@ RUN --mount=type=bind,source=./files,target=/tmp/files \
     yum install -y epel-release \
     && yum install -y python2-pip \
     && pip install -r /tmp/files/requirements.txt \
-    && adduser provision
+    && adduser ansible
 
-USER provision
+USER ansible