Use long command options
This commit is contained in:
parent
ed37be0c60
commit
105371abaf
1 changed files with 2 additions and 2 deletions
|
|
@ -60,8 +60,8 @@ COPY ./src /app/src
|
||||||
|
|
||||||
RUN uv sync --frozen --only-group production --extra sentry
|
RUN uv sync --frozen --only-group production --extra sentry
|
||||||
|
|
||||||
RUN useradd -M -u 1000 newsreader
|
RUN useradd --no-create-home --uid 1000 newsreader
|
||||||
RUN chown -R newsreader:newsreader /app
|
RUN chown --recursive newsreader:newsreader /app
|
||||||
|
|
||||||
USER newsreader
|
USER newsreader
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue