mirror of
https://github.com/simon987/parler_feed.git
synced 2025-12-16 16:49:04 +00:00
initial working version
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM python:3.8
|
||||
|
||||
ADD requirements.txt /requirements.txt
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY . /app
|
||||
|
||||
RUN chmod 777 -R /app
|
||||
|
||||
WORKDIR /app
|
||||
ENTRYPOINT ["python", "run.py"]
|
||||
Reference in New Issue
Block a user