mirror of
https://github.com/wahyd4/FreeAskInternet.git
synced 2026-08-09 05:06:50 +10:00
init repo & basic func
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
FROM python:3.9.15
|
||||
|
||||
WORKDIR /app
|
||||
COPY requirements.txt /app
|
||||
RUN pip3 install -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com -r requirements.txt --no-cache-dir
|
||||
COPY . /app
|
||||
EXPOSE 8000
|
||||
ENTRYPOINT ["python3"]
|
||||
CMD ["server.py"]
|
||||
Reference in New Issue
Block a user