mirror of
https://github.com/cyclotruc/gitingest.git
synced 2026-04-28 08:29:29 +00:00
fix docker
This commit is contained in:
parent
bfdc63853a
commit
2f3cf1455c
1 changed files with 1 additions and 2 deletions
|
|
@ -11,7 +11,6 @@ RUN apt-get update \
|
|||
COPY pyproject.toml .
|
||||
COPY src/ ./src/
|
||||
|
||||
|
||||
# Install runtime dependencies defined in pyproject.toml
|
||||
RUN pip install --no-cache-dir --upgrade pip \
|
||||
&& pip install --no-cache-dir --timeout 1000 .
|
||||
|
|
@ -34,7 +33,7 @@ RUN useradd -m -u 1000 appuser
|
|||
# Copy Python site-packages and code
|
||||
COPY --from=python-builder /usr/local/lib/python3.13/site-packages/ \
|
||||
/usr/local/lib/python3.13/site-packages/
|
||||
COPY src/ ./src/
|
||||
COPY src/ ./
|
||||
|
||||
# Set permissions
|
||||
RUN chown -R appuser:appuser /app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue