[WIP] Experimental Docker build (gone wrong)
This commit is contained in:
parent
3e707ab004
commit
8950c10ce2
|
@ -0,0 +1,7 @@
|
||||||
|
FROM python:3.10-alpine
|
||||||
|
COPY requirements.txt
|
||||||
|
RUN pip install -r requirements.txt
|
||||||
|
COPY . /app
|
||||||
|
WORKDIR /app
|
||||||
|
|
||||||
|
CMD ["python3", "-m", "mastoposter", "/config.ini"]
|
Loading…
Reference in New Issue