Skip to content

Commit

Permalink
Fix group creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Laica-Lunasys committed Jul 28, 2024
1 parent 7b7da49 commit 92a83a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN apt-get update -qq && \
# Copy Entry point
COPY entrypoint.sh launcher.sh autoconfig.sh /

RUN addgroup --gid 1000 app && \
RUN groupadd --gid 1000 app && \
useradd app --uid 1000 -g app -s /bin/bash

# Copy basements...
Expand Down

0 comments on commit 92a83a2

Please sign in to comment.