UNCLASSIFIED

Unverified Commit 0135edef authored by Robert Clark's avatar Robert Clark
Browse files

Fix uid and gid conflict

parent 20496b81
Pipeline #244183 passed with stages
in 33 minutes and 18 seconds
......@@ -14,8 +14,8 @@ USER root
RUN npm install -g yarn.tar.gz --force
RUN groupadd -g 1001 heimdall && \
useradd -r -u 1001 -m -s /sbin/nologin -g heimdall heimdall && \
RUN groupadd -g 1002 heimdall && \
useradd -r -u 1002 -m -s /sbin/nologin -g heimdall heimdall && \
mkdir -p /heimdall/logs && \
mkdir -p /heimdall/file && \
mkdir -p /heimdall/config && \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment