Skip to content

Commit

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

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

# Copy basements...
COPY templates/ /app/templates/
Expand Down

0 comments on commit 4d9d807

Please sign in to comment.