Docs & Roadmap updates
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
FROM python:3.12
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY requirements.txt .
|
||||
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
|
||||
EXPOSE 8501
|
||||
|
||||
CMD ["streamlit", "run", "alwrity.py"]
|
||||
@@ -1,11 +0,0 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
app:
|
||||
image: python:3.12
|
||||
working_dir: /app
|
||||
volumes:
|
||||
- .:/app
|
||||
command: bash -c "pip install -r requirements.txt && streamlit run alwrity.py"
|
||||
ports:
|
||||
- "8501:8501"
|
||||
Reference in New Issue
Block a user