Update Dockerfile
Forgot -r flag
This commit is contained in:
parent
5b9b95d954
commit
dfe81a3564
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
FROM python:3.13-slim AS builder
|
FROM python:3.13-slim AS builder
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN pip install --no-cache-dir ./requirements.txt
|
RUN pip install --no-cache-dir -r ./requirements.txt
|
||||||
RUN zensical build
|
RUN zensical build
|
||||||
|
|
||||||
FROM caddy:alpine
|
FROM caddy:alpine
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue