Skip to content

Commit 3af71a2

Browse files
committed
add run instructions to dockerfile
Signed-off-by: PatStLouis <[email protected]>
1 parent 152e153 commit 3af71a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ RUN apt install default-jre -y
77

88
COPY package.json ./
99
COPY tests/ ./tests
10+
11+
RUN npm i
12+
CMD [ "npm", "t" ]

0 commit comments

Comments
 (0)