diff --git a/Dockerfile b/Dockerfile index e95b9ab..c4d860b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,6 @@ EXPOSE 3000 WORKDIR /data +RUN "npm i" + CMD ["node", "index.js"] \ No newline at end of file