Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/feature/02-BE-RDS'
Browse files Browse the repository at this point in the history
Conflicts:
	backend/backend/settings.py
	docker-compose.yml
  • Loading branch information
Ellie010707 committed Jul 13, 2022
2 parents c22893f + f7db892 commit 5529e4b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
django==4.0.6
pillow
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,18 @@ 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

0 comments on commit 5529e4b

Please sign in to comment.