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

fix: invalid dockerfile changes

parent f20e56fc
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ RUN apt-get update \
libpq-dev=11.* \
shared-mime-info=1.10-1 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/* \
&& 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