mirror of
https://github.com/cupcakearmy/glyphance.git
synced 2025-09-04 05:30:39 +00:00
reduce docker image size
This commit is contained in:
@@ -8,8 +8,8 @@ ENV PATH ${POETRY_HOME}/bin:$PATH
|
||||
|
||||
# Install Deps
|
||||
WORKDIR /app
|
||||
COPY poetry.lock poetry.toml pyproject.toml ./
|
||||
RUN poetry install
|
||||
COPY poetry.lock pyproject.toml ./
|
||||
RUN poetry install --no-cache --without dev --sync
|
||||
|
||||
# Copy code
|
||||
COPY . .
|
||||
|
Reference in New Issue
Block a user