Skip to content

Commit

Permalink
Revert "feat(build): drop root privileges, update .dockerignore"
Browse files Browse the repository at this point in the history
This reverts commit a7a7ce1
  • Loading branch information
khakers committed Feb 10, 2024
1 parent 16021a8 commit 23be346
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ COPY --from=build /inst /usr/local
WORKDIR /modmailbot
CMD ["python", "bot.py"]
COPY . /modmailbot
RUN adduser --disabled-password --gecos '' app && \
chown -R app /modmailbot
USER app

0 comments on commit 23be346

Please sign in to comment.