update dockerfile
This commit is contained in:
parent
6fca1ec80e
commit
78d706cfcc
@ -14,6 +14,7 @@ COPY ./jarvis /jarvis
|
|||||||
RUN apk --no-cache add py3-fann2 fann-dev swig
|
RUN apk --no-cache add py3-fann2 fann-dev swig
|
||||||
|
|
||||||
COPY requirements.txt /jarvis/
|
COPY requirements.txt /jarvis/
|
||||||
|
COPY start.py /jarvis/
|
||||||
RUN python3 -m pip install --no-cache-dir -r requirements.txt
|
RUN python3 -m pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
|
Loading…
Reference in New Issue
Block a user