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 87fae5b commit 96374c8Copy full SHA for 96374c8
Dockerfile
@@ -10,4 +10,4 @@ COPY . .
10
RUN npm install
11
RUN npm install dotenv --save
12
RUN npm test
13
-ENTRYPOINT ["npm"]
+CMD ["npm", "start"]
0 commit comments