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 0e0dcef commit 0c4ed03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velocity/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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 0c4ed03

Please sign in to comment.