improve docker environment
All checks were successful
Flask Run Test / Flask-Run-Test (push) Successful in 9s
All checks were successful
Flask Run Test / Flask-Run-Test (push) Successful in 9s
This commit is contained in:
@@ -3,6 +3,7 @@ WORKDIR /app
|
|||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
COPY . .
|
COPY . .
|
||||||
|
COPY container/* .
|
||||||
RUN mkdir -p /app/uploads
|
RUN mkdir -p /app/uploads
|
||||||
EXPOSE 3133
|
EXPOSE 3133
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user