forked from hkc/mastoposter
I should sleep more
This commit is contained in:
parent
8950c10ce2
commit
248f06be2a
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue