optimizing Dockerfile
This commit is contained in:
@@ -12,7 +12,7 @@ RUN apt-get update \
|
||||
COPY ./app/requirements.txt .
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
COPY ./app/* .
|
||||
COPY ./app /app
|
||||
|
||||
EXPOSE 8501
|
||||
|
||||
|
||||
Reference in New Issue
Block a user