Skip to content

Commit 7b6559d

Browse files
committed
Simplify Dockerfile
Signed-off-by: PatStLouis <[email protected]>
1 parent e32c378 commit 7b6559d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
FROM node:18
22

3-
WORKDIR /test-suite
4-
5-
RUN apt update
3+
WORKDIR /test-suitegit status
64

75
COPY package.json ./
86
COPY tests/ ./tests
97

108
RUN npm i
11-
CMD [ "npm", "t" ]
9+
CMD [ "npm", "t" ]

0 commit comments

Comments
 (0)