ADD: sites and architecture module fix
This commit is contained in:
@@ -14,5 +14,6 @@ COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt flask psutil
|
||||
|
||||
COPY . .
|
||||
EXPOSE 8000
|
||||
|
||||
EXPOSE 5000
|
||||
CMD ["python", "app.py"]
|
||||
Reference in New Issue
Block a user