Skip to content

Commit ed5ff8d

Browse files
committed
chore: Remove commented out code in docker-compose.yml
1 parent 1e28acb commit ed5ff8d

File tree

9 files changed

+0
-1
lines changed

9 files changed

+0
-1
lines changed

.github/workflows/codeql.yml

100644100755
File mode changed.

.github/workflows/docker-publish.yml

100644100755
File mode changed.

.github/workflows/node.js.yml

100644100755
File mode changed.

.github/workflows/pythonapp.yml

100644100755
File mode changed.

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ services:
44
web:
55
build: ./src
66
command: uvicorn app.main:app --reload --workers 1 --host 0.0.0.0 --port 8000
7-
# install requirements.txt
87

98
volumes:
109
- ./src/:/usr/src/app/

images/fast-api-scrnsht-1.png

100644100755
File mode changed.

src/requirements.txt

100644100755
File mode changed.

vue-client/package.json

100644100755
File mode changed.

vue-client/yarn.lock

100644100755
File mode changed.

0 commit comments

Comments
 (0)