Skip to content

Commit 2e314e8

Browse files
authored
fix(docker): add codebase dir creation (#134)
1 parent 37337d4 commit 2e314e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ FROM python:3.13-slim
22

33
WORKDIR /app
44

5+
RUN mkdir codebase
6+
57
RUN pip install poetry
68

79
COPY pyproject.toml poetry.lock ./

0 commit comments

Comments
 (0)