Skip to content

Commit

Permalink
refactor: condense two lines into one
Browse files Browse the repository at this point in the history
  • Loading branch information
nsantacruz committed Mar 27, 2024
1 parent 5da16dd commit 1e56dd6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ COPY build/entrypoint.sh /app/
RUN chmod +x /app/entrypoint.sh

# Use celery user
RUN useradd celery
RUN chown -R celery /app/
RUN useradd celery && chown -R celery /app/
USER celery

ENTRYPOINT ["./entrypoint.sh"]

0 comments on commit 1e56dd6

Please sign in to comment.