Skip to content

Commit

Permalink
Update .gitignore and enhance README with usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
timwu-ipevo committed Dec 2, 2024
1 parent 13a07e5 commit 92b1ce3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.pytest_cache
.pytest_cache
venv
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# pytest-earthly-ghflow-sample
# pytest-earthly-ghflow-sample

## run tests
```
earthly +test
```

## build image
```
earthly +build
```

## check and run the image
```
docker images|grep note
docker run --rm notes-app
```

0 comments on commit 92b1ce3

Please sign in to comment.