diff --git a/Dockerfile b/Dockerfile index 11dce54..e25f6c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,6 @@ WORKDIR /app COPY . /app -# Perform clean install -RUN node index.js +RUN npm install CMD ["node", "index.js"]