This commit is contained in:
2023-03-12 19:16:58 -07:00
parent 649b23543f
commit 12a127aa5a

View File

@@ -2,7 +2,7 @@
ARG IMAGE=unityci/base:latest
FROM ${IMAGE}
RUN useradd -ms /bin/bash unity -u 1000
#RUN useradd -ms /bin/bash unity -u 1000
COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh
@@ -14,4 +14,4 @@ COPY UnityBuilder /usr/local/bin/
RUN chmod +x /usr/local/bin/UnityBuilder
ENTRYPOINT ["/entrypoint.sh"]
USER unity
#USER unity