fix
This commit is contained in:
parent
d8c1848cf4
commit
e1af4cf1bf
@ -4,4 +4,4 @@ COPY requirements.txt requirements.txt
|
|||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
COPY . .
|
COPY . .
|
||||||
EXPOSE 8001
|
EXPOSE 8001
|
||||||
CMD ["gunicorn", "--bind", "0.0.0.0:8000", "StockSeeker.wsgi:application"]
|
CMD ["gunicorn", "--bind", "0.0.0.0:8001", "StockSeeker.wsgi:application"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user