We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d0b7d commit d98081dCopy full SHA for d98081d
1 file changed
Dockerfile
@@ -0,0 +1,5 @@
1
+FROM node:22-slim
2
+WORKDIR /app
3
+COPY package.json ./
4
+COPY src/ src/
5
+CMD ["node", "--test", "src/*.test.js"]
0 commit comments