Skip to content

Commit

Permalink
build: debug node container
Browse files Browse the repository at this point in the history
  • Loading branch information
frugan-dev committed Jun 17, 2024
1 parent 6535188 commit 994d857
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
- name: Set up Docker
uses: docker/setup-buildx-action@v1

- name: Debug
run: |
docker run -it --entrypoint sh docker.io/bitnami/node:14
- name: Create .env file
run: |
cp .env.dist .env
Expand Down

0 comments on commit 994d857

Please sign in to comment.