Dockerized
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM python:alpine3.19
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
RUN pip install -U pip && pip install -r requirements.txt
|
||||
EXPOSE 8050
|
||||
CMD ["python", "./indicators.py"]
|
Reference in New Issue
Block a user