We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fea7a3 commit 87fae5bCopy full SHA for 87fae5b
Dockerfile
@@ -10,4 +10,4 @@ COPY . .
10
RUN npm install
11
RUN npm install dotenv --save
12
RUN npm test
13
-CMD ["npm", "start"]
+ENTRYPOINT ["npm"]
0 commit comments