mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
install only dev deps
This commit is contained in:
parent
131a2d3d6b
commit
4686fb6bfe
@ -12,6 +12,6 @@ COPY --chown=node:node package.json ./
|
||||
COPY --chown=node:node . .
|
||||
|
||||
RUN chmod -R 777 /home/node/app
|
||||
RUN npm install --force
|
||||
RUN npm install --only=dev
|
||||
|
||||
CMD ["node", "/home/node/app/server.js"]
|
Loading…
x
Reference in New Issue
Block a user