mirror of
https://github.com/house-of-vanity/OutFleet.git
synced 2025-07-06 17:14:07 +00:00
Fix docker build
This commit is contained in:
@ -5,8 +5,7 @@ WORKDIR /app
|
|||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
COPY static static
|
COPY static static
|
||||||
COPY templates templates
|
COPY templates templates
|
||||||
COPY main.py .
|
COPY *.py .
|
||||||
COPY lib.py .
|
|
||||||
|
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user