Skip to content
Snippets Groups Projects
Commit f20e56fc authored by Dean Lovett's avatar Dean Lovett
Browse files

Auto stash before rebase of "origin/master"

parent 2b6e36ba
No related branches found
No related tags found
No related merge requests found
Pipeline #17423 failed
......@@ -16,8 +16,7 @@ RUN apt-get update \
shared-mime-info=1.10-1 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN adduser nexus --system --group -u 1000 && mkdir -p /app && chown -R nexus:nexus /app
&& adduser nexus --system --group -u 1000 && mkdir -p /app && chown -R nexus:nexus /app
USER nexus
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment