fixing dockerfile
This commit is contained in:
@@ -25,6 +25,9 @@ RUN uv pip install --system -e .
|
|||||||
COPY *.py ./
|
COPY *.py ./
|
||||||
COPY blueprints ./blueprints
|
COPY blueprints ./blueprints
|
||||||
COPY migrations ./migrations
|
COPY migrations ./migrations
|
||||||
|
COPY utils ./utils
|
||||||
|
COPY config ./config
|
||||||
|
COPY scripts ./scripts
|
||||||
COPY startup.sh ./
|
COPY startup.sh ./
|
||||||
RUN chmod +x startup.sh
|
RUN chmod +x startup.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user