Skip to content

Commit bc45403

Browse files
committed
fix: dockerfile typo
1 parent 8923ed1 commit bc45403

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ RUN apk add --no-cache dumb-init
4444
WORKDIR /usr/src/app
4545

4646
# Create non-root user
47-
RUN addgroup -g 1001 -S nodejs &&
48-
adduser -S nextjs -u 1001
47+
RUN addgroup -g 1001 -S nodejs && adduser -S nextjs -u 1001
4948

5049
# Copy package files
5150
COPY package*.json ./

0 commit comments

Comments
 (0)