Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Jan 9, 2024
1 parent d3dfe23 commit 6221fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DiscordChatExporter.Cli.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ENV LANG=en_US.UTF-8

# Use a non-root user to ensure that the files shared with the host are accessible by the host user
# https://github.com/Tyrrrz/DiscordChatExporter/issues/851
RUN useradd dce
RUN adduser --disabled-password --no-create-home dce
USER dce

# This directory is exposed to the user for mounting purposes, so it's important that it always
Expand Down

0 comments on commit 6221fc4

Please sign in to comment.