Skip to content

Commit

Permalink
refactor(Dockerfile): reorder commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ciffelia committed Nov 12, 2023
1 parent 2bbe07b commit c76a1b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ RUN apt-get update && \
apt-get install -y ca-certificates ffmpeg && \
rm -rf /var/lib/apt/lists/*

COPY --from=builder /usr/local/bin/koe /usr/local/bin/koe

# Switch to unpriviledged user
RUN useradd --user-group koe
USER koe

COPY --from=builder /usr/local/bin/koe /usr/local/bin/koe

ARG SENTRY_RELEASE
ENV SENTRY_RELEASE=$SENTRY_RELEASE

Expand Down

0 comments on commit c76a1b1

Please sign in to comment.