Fixing up Dockerfile.
This commit is contained in:
parent
d460a35d31
commit
5b9b95d954
1 changed files with 1 additions and 2 deletions
|
|
@ -1,8 +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 .
|
RUN pip install --no-cache-dir ./requirements.txt
|
||||||
COPY . .
|
|
||||||
RUN zensical build
|
RUN zensical build
|
||||||
|
|
||||||
FROM caddy:alpine
|
FROM caddy:alpine
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue