Skip to content

Commit

Permalink
Simplify Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: PatStLouis <[email protected]>
  • Loading branch information
PatStLouis committed Oct 22, 2024
1 parent 940316f commit 02c11f9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
FROM node:18

WORKDIR /test-suite

RUN apt update
WORKDIR /test-suitegit status

COPY package.json ./
COPY tests/ ./tests

RUN npm i
CMD [ "npm", "t" ]
CMD [ "npm", "t" ]

0 comments on commit 02c11f9

Please sign in to comment.