Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #71 from groeges/master
Browse files Browse the repository at this point in the history
Update to correctly copy the template files
  • Loading branch information
groeges authored Sep 7, 2019
2 parents d99c622 + 79e650b commit 35b76af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions incubator/nodejs/image/project/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ RUN yum upgrade --disableplugin=subscription-manager -y \
RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node

COPY --chown=node:node . /project

# Install user-app dependencies
WORKDIR "/project/user-app"
COPY ./user-app/package*.json ./
Expand Down

0 comments on commit 35b76af

Please sign in to comment.