Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hilr committed Nov 27, 2023
1 parent 0053e69 commit 795110d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ start:
stop:
docker-compose -f docker-compose.yml stop

build:
image:
poetry export -f requirements.txt --output requirements.txt
docker build -t api-service .

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ poetry env use 3.11
poetry install --sync --no-root
```

### Build Image
```
make image
```
### Start/Stop develop environment
```
make start_dev
Expand Down

0 comments on commit 795110d

Please sign in to comment.