Skip to content

Commit

Permalink
ci(dockerfile): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonictw committed May 14, 2024
1 parent b8c051c commit 97dd4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:18

ENV RUNTIME_ENV container

RUN adduser -u 3000 -D recv
RUN useradd -u 3000 recv

RUN mkdir -p /.npm /workplace
WORKDIR /workplace
Expand Down

0 comments on commit 97dd4e8

Please sign in to comment.