Skip to content

Commit 593dcb1

Browse files
committed
Test 8
1 parent 6896a33 commit 593dcb1

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/image-ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ jobs:
3333
tags: ${{ steps.meta.outputs.tags }}
3434
- name: Run test on image
3535
run: |
36-
docker run --rm harxhitttt/image-ci:latest node -v
36+
docker run -it harxhitttt/image-ci:latest
37+
node -v

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
FROM node:20-alpine
22

3-
RUN npm install -y
4-
5-
CMD ["npm", "run", "dev"]
3+
CMD ["sh"]

0 commit comments

Comments
 (0)