Skip to content

Commit

Permalink
update yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavsinghal87 committed Feb 24, 2024
1 parent 7ca1a5f commit da679a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-api-inside-ghrunnerVM.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Checkout and run nodejs app inside runner(VM)
on:
workflow_dispatch
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
Expand Down
6 changes: 4 additions & 2 deletions nodejs-docker/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Run the project
# Run inside Github Codespaces

## Run the project
```npm start```

# Build docker image
## Build docker image
```docker buildx build . -t node-app:latest```

0 comments on commit da679a3

Please sign in to comment.