Skip to content

Commit

Permalink
second prototype done
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim2121512 committed Dec 19, 2024
1 parent 8c56b8d commit 61e48a6
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 1,138 deletions.
2 changes: 1 addition & 1 deletion backend/.dockerignore → .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ __pycache__
.git
.env
*.log
.idea
backend/.idea
.venv
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@

## Run dev using docker
```
cd deployment/dev/
```
```
docker-compose up -d
```
**Frontend**
Expand Down Expand Up @@ -53,7 +50,7 @@ http://localhost:8000/docs

## Run backend tests using docker
```sh
cd deployment/test/
cd ./backend
```
```
docker-compose up -d
Expand Down
Loading

0 comments on commit 61e48a6

Please sign in to comment.