Reduced redirector build deps
This commit is contained in:
parent
e5d2a67f9d
commit
a3b1159c15
@ -3,10 +3,7 @@ FROM python:3.12.8-alpine
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY ./src/api/ ./api
|
|
||||||
COPY ./src/core/ ./core
|
COPY ./src/core/ ./core
|
||||||
COPY ./src/data/ ./data
|
|
||||||
COPY ./src/service/ ./service
|
|
||||||
|
|
||||||
COPY ./src/static/ ./static
|
COPY ./src/static/ ./static
|
||||||
COPY ./src/templates/ ./templates
|
COPY ./src/templates/ ./templates
|
||||||
|
Loading…
Reference in New Issue
Block a user