Use long command options
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/tests Pipeline was successful

This commit is contained in:
Sonny Bakker 2025-03-23 16:25:03 +01:00
parent ed37be0c60
commit 105371abaf

View file

@ -60,8 +60,8 @@ COPY ./src /app/src
RUN uv sync --frozen --only-group production --extra sentry
RUN useradd -M -u 1000 newsreader
RUN chown -R newsreader:newsreader /app
RUN useradd --no-create-home --uid 1000 newsreader
RUN chown --recursive newsreader:newsreader /app
USER newsreader