Skip to content

Commit 032af67

Browse files
author
ks6088ts
committed
template_python -> template_fastapi
1 parent 1f49059 commit 032af67

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ COPY . .
2121
# Install dependencies
2222
RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
2323

24-
CMD ["python", "template_python/core.py"]
24+
CMD ["python", "template_fastapi/core.py"]
File renamed without changes.
File renamed without changes.

tests/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import pytest
55

6-
from template_python.core import hello_world
6+
from template_fastapi.core import hello_world
77

88
logger = getLogger(__name__)
99

0 commit comments

Comments
 (0)