1
0
Fork 0

I should sleep more

This commit is contained in:
Casey 2022-09-22 19:16:52 +03:00
parent 8950c10ce2
commit 248f06be2a
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
FROM python:3.10-alpine
COPY requirements.txt
RUN pip install -r requirements.txt
COPY . /app
WORKDIR /app
RUN pip install -r /app/requirements.txt
CMD ["python3", "-m", "mastoposter", "/config.ini"]