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 88e679e commit a5b0f83Copy full SHA for a5b0f83
Dockerfile
@@ -10,4 +10,4 @@ COPY . .
10
RUN npm install
11
RUN npm install dotenv --save
12
RUN npm test
13
-ENTRYPOINT ["npm"]
+ENTRYPOINT ["npm","run"]
0 commit comments