..
Some checks failed
Deploy on push / deploy (push) Failing after 7s

This commit is contained in:
Untone 2024-04-10 16:09:03 +03:00
parent 25868ec27b
commit 9911a9410d

View File

@ -15,8 +15,8 @@ COPY pyproject.toml /app/
RUN pip install poetry && \ RUN pip install poetry && \
poetry config virtualenvs.create false && \ poetry config virtualenvs.create false && \
poetry install --no-root --only main poetry install --no-root --only main
# Copy the rest of the application # Copy the rest of the files
COPY . /app COPY . /app
# Expose the port # Expose the port