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 152e153 commit 3af71a2Copy full SHA for 3af71a2
Dockerfile
@@ -7,3 +7,6 @@ RUN apt install default-jre -y
7
8
COPY package.json ./
9
COPY tests/ ./tests
10
+
11
+RUN npm i
12
+CMD [ "npm", "t" ]
0 commit comments