npm i added to docker file
This commit is contained in:
parent
1cdf5f1c78
commit
97296c8d1c
@ -9,4 +9,6 @@ EXPOSE 3000
|
||||
|
||||
WORKDIR /data
|
||||
|
||||
RUN "npm i"
|
||||
|
||||
CMD ["node", "index.js"]
|
Loading…
Reference in New Issue
Block a user