We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6896a33 commit 593dcb1Copy full SHA for 593dcb1
2 files changed
.github/workflows/image-ci.yaml
@@ -33,4 +33,5 @@ jobs:
33
tags: ${{ steps.meta.outputs.tags }}
34
- name: Run test on image
35
run: |
36
- docker run --rm harxhitttt/image-ci:latest node -v
+ docker run -it harxhitttt/image-ci:latest
37
+ node -v
Dockerfile
@@ -1,5 +1,3 @@
1
FROM node:20-alpine
2
3
-RUN npm install -y
4
-
5
-CMD ["npm", "run", "dev"]
+CMD ["sh"]
0 commit comments