Skip to content

Commit 691d319

Browse files
committed
Fix Dockerfile
1 parent 1e22999 commit 691d319

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-
77
poetry config virtualenvs.create false
88

99
# Copy using poetry.lock* in case it doesn't exist yet
10-
COPY ./app/pyproject.toml ./app/poetry.lock* /app/
10+
COPY ./pyproject.toml ./poetry.lock* /app/
1111

1212
RUN poetry install --no-root --no-dev
1313

14-
COPY ./app /app
14+
COPY . /app

0 commit comments

Comments
 (0)