Skip to content

Commit 68460b2

Browse files
committed
.
1 parent ec50f0c commit 68460b2

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@ services:
77
image: hyohyeon08/blip_ai:testing
88
restart: always
99
ports:
10-
- "80:8000"
11-
volumes:
12-
- .:/app
10+
- "80:8000"

dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ RUN pip install --no-cache-dir -r requirements.txt
1010

1111
COPY . .
1212

13-
CMD ["uvicorn", "src.main:app", "--host", "0.0.0.0", "--port", "8000", "--reload"]
13+
CMD ["uvicorn", "src.main:app", "--host", "0.0.0.0", "--port", "80", "--reload"]
1414

0 commit comments

Comments
 (0)