npm i added to docker file

This commit is contained in:
nannal 2020-10-07 02:20:37 +03:00
parent 1cdf5f1c78
commit 97296c8d1c

View File

@ -9,4 +9,6 @@ EXPOSE 3000
WORKDIR /data
RUN "npm i"
CMD ["node", "index.js"]