'dockerfile' updaten
parent
60e93ab74c
commit
dcd94366b4
|
@ -5,4 +5,4 @@ WORKDIR /code/
|
||||||
|
|
||||||
RUN pip install -r /code/requirements.txt
|
RUN pip install -r /code/requirements.txt
|
||||||
|
|
||||||
CMD ["python","src/api.py"]
|
CMD ["python","src/app.py"]
|
Loading…
Reference in New Issue