This commit is contained in:
parent
3672e1ae8f
commit
cfe6412973
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ WORKDIR /usr/src/app
|
|||
COPY package.json .
|
||||
|
||||
RUN npm install
|
||||
|
||||
RUN chown -R node:node /usr/src/app
|
||||
COPY . .
|
||||
USER node
|
||||
EXPOSE 3100
|
||||
|
|
Loading…
Add table
Reference in a new issue