Skip to content

Commit 293c7df

Browse files
9keyyyyGukhee Jo
andauthored
fix: dockerfile poetry install 추가 (#6)
Co-authored-by: Gukhee Jo <[email protected]>
1 parent c58614c commit 293c7df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ WORKDIR /satto
1111

1212
COPY pyproject.toml poetry.lock ./
1313

14-
RUN poetry install --no-root
14+
RUN poetry lock && poetry install --no-root
1515

1616
COPY ./src /satto/src

0 commit comments

Comments
 (0)