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 97dd4e8 commit b8e7973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ ENV RUNTIME_ENV container

RUN useradd -u 3000 recv

RUN mkdir -p /.npm /workplace
RUN mkdir -p /home/recv /workplace
WORKDIR /workplace
ADD . /workplace

RUN chown -R \
3000:3000 \
/.npm /workplace
/home/recv /workplace

USER 3000
RUN npm install
Expand Down

0 comments on commit b8e7973

Please sign in to comment.