Skip to content

Commit 3badf28

Browse files
committed
error on pipx name
1 parent 9a4b34c commit 3badf28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ WORKDIR /app
44
ADD pyproject.toml /app/pyproject.toml
55

66
RUN pip install pipx
7-
RUN pix install poetry
7+
RUN pipx install poetry
88
RUN poetry install
99

1010
COPY ./ /app
1111

1212
EXPOSE 8000
1313

14-
CMD ["poetry", "run"
14+
CMD ["poetry", "run", "fastapi", "run", "app.py"]

0 commit comments

Comments
 (0)