🐞 fix: Update ports
This commit is contained in:
@@ -14,6 +14,6 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY app ./app
|
||||
|
||||
EXPOSE 8080
|
||||
EXPOSE 1337
|
||||
|
||||
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8080"]
|
||||
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "1337"]
|
||||
|
||||
Reference in New Issue
Block a user