iwm_browser/Dockerfile

11 lines
158 B
Text
Raw Normal View History

2022-10-30 10:40:49 +00:00
FROM python:3.10
WORKDIR /app
COPY . .
RUN pip install .
CMD python3 -c "import iwm_browser.main as main; main.start()"
#CMD python3 iwm_archiver/main.py