You've already forked RekomenciBackend
chore: improvements in Containerfile
This commit is contained in:
+3
-1
@@ -63,11 +63,13 @@ ENV PYTHONDONTWRITEBYTECODE=1 \
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN uv sync --no-install-project --group tests --frozen --no-cache
|
||||
|
||||
COPY ./src ./src
|
||||
|
||||
COPY ./tests ./tests
|
||||
|
||||
RUN uv sync --group tests --frozen --no-cache
|
||||
RUN uv pip install . -e
|
||||
|
||||
RUN mkdir -p /app/cov
|
||||
|
||||
|
||||
Reference in New Issue
Block a user