Skip to content

Commit

Permalink
set up requirments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryokuman committed Jul 13, 2022
1 parent 5529e4b commit 211c571
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
3 changes: 2 additions & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
django==4.0.6
pillow
Pillow==9.2.0
django-environ==0.9.0
10 changes: 1 addition & 9 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,10 @@ services:
- 8080:8080
volumes:
- ./backend:/app
<<<<<<< HEAD

=======
>>>>>>> 02-BE-RDS
# frontend:
# build: ./frontend
# command: ["npm", "start"]
# ports:
# - 3000:3000
# volumes:
<<<<<<< HEAD
# - ./frontend:/app
=======
# - ./frontend:/app
>>>>>>> 02-BE-RDS
# - ./frontend:/app

0 comments on commit 211c571

Please sign in to comment.