Skip to content

Commit

Permalink
Fixed lost files
Browse files Browse the repository at this point in the history
Signed-off-by: Toomore Chiang <toomore0929@gmail.com>
  • Loading branch information
toomore committed Oct 30, 2022
1 parent 031d5c2 commit f7155e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile-app
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ ADD ./api/apistructs/items.py ./api/apistructs/items.py
ADD ./api/apistructs/members.py ./api/apistructs/members.py
ADD ./api/apistructs/projects.py ./api/apistructs/projects.py
ADD ./api/apistructs/sender.py ./api/apistructs/sender.py
ADD ./api/apistructs/tasks.py ./api/apistructs/tasks.py
ADD ./api/apistructs/teams.py ./api/apistructs/teams.py
ADD ./api/apistructs/users.py ./api/apistructs/users.py
ADD ./api/dependencies.py ./api/dependencies.py
Expand All @@ -118,6 +119,7 @@ ADD ./api/routers/__init__.py ./api/routers/__init__.py
ADD ./api/routers/members.py ./api/routers/members.py
ADD ./api/routers/projects.py ./api/routers/projects.py
ADD ./api/routers/sender.py ./api/routers/sender.py
ADD ./api/routers/tasks.py ./api/routers/tasks.py
ADD ./api/routers/teams.py ./api/routers/teams.py
ADD ./api/routers/user.py ./api/routers/user.py

Expand Down

0 comments on commit f7155e7

Please sign in to comment.