Skip to content

Commit

Permalink
fix user group again
Browse files Browse the repository at this point in the history
  • Loading branch information
habibimustafa committed Oct 10, 2023
1 parent e5d8a3f commit 01c1b6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ FROM node:18-slim

RUN apt-get update && apt-get install -y gosu

RUN groupadd --force -g $AGRSGROUP assistest
RUN useradd -ms /bin/bash assistest

RUN mkdir /home/assistest/app && chown -R assistest:assistest /home/assistest/app
Expand Down

0 comments on commit 01c1b6d

Please sign in to comment.