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

fix: hadolint suggestions

parent 0e6ac62a
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,7 @@ RUN apt-get update \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN adduser nexus --system --group -u 1000 && mkdir -p /app
RUN chown -R nexus:nexus /app
RUN 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