mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-04-04 19:10:56 -04:00
dockerfile_update
This commit is contained in:
parent
90769c9bf1
commit
77832d73de
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ COPY package.json package-lock.json /app
|
|||
|
||||
WORKDIR /app
|
||||
|
||||
RUN npm install .
|
||||
RUN npm install . && chown nobody:nobody /app
|
||||
|
||||
COPY --chown=nobody:nobody ./src /app/src
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue