We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37337d4 commit 2e314e8Copy full SHA for 2e314e8
Dockerfile
@@ -2,6 +2,8 @@ FROM python:3.13-slim
2
3
WORKDIR /app
4
5
+RUN mkdir codebase
6
+
7
RUN pip install poetry
8
9
COPY pyproject.toml poetry.lock ./
0 commit comments