mirror of
https://github.com/simon987/chan_feed.git
synced 2025-12-14 13:09:01 +00:00
docker tweaks
This commit is contained in:
11
Dockerfile
11
Dockerfile
@@ -1,10 +1,11 @@
|
||||
FROM python:3.8
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
ADD requirements.txt /app/requirements.txt
|
||||
ADD requirements.txt /requirements.txt
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
ENTRYPOINT ["python", "run.py"]
|
||||
|
||||
COPY . /app
|
||||
|
||||
RUN chmod 777 -R /app
|
||||
|
||||
WORKDIR /app
|
||||
ENTRYPOINT ["python", "run.py"]
|
||||
|
||||
Reference in New Issue
Block a user