Skip to content

Commit cc7e4a8

Browse files
small update to dev docker compose, updated version to 3.8
1 parent 1901676 commit cc7e4a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ WORKDIR /usr/src/app
33
COPY requirements.txt ./
44
RUN pip install --no-cache-dir -r requirements.txt
55
COPY . .
6-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
6+
CMD ["uvicorn", "src.app:app", "--host", "0.0.0.0", "--port", "8000"]

docker-compose-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "3"
1+
version: "3.8"
22
services:
33
appseed-app:
44
container_name: appseed_app

0 commit comments

Comments
 (0)