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 1e22999 commit 691d319Copy full SHA for 691d319
1 file changed
Dockerfile
@@ -7,8 +7,8 @@ RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-
7
poetry config virtualenvs.create false
8
9
# Copy using poetry.lock* in case it doesn't exist yet
10
-COPY ./app/pyproject.toml ./app/poetry.lock* /app/
+COPY ./pyproject.toml ./poetry.lock* /app/
11
12
RUN poetry install --no-root --no-dev
13
14
-COPY ./app /app
+COPY . /app
0 commit comments