Disabled unfinished projects and tools, Removed unused section, Improved readability, publish first public version
Update Dockerfile, app.py, and 38 more files...
This commit is contained in:
@@ -3,8 +3,8 @@ FROM python:alpine
|
||||
WORKDIR /www
|
||||
ADD ./ ./
|
||||
|
||||
RUN apk add --no-cache cargo
|
||||
#RUN apk add --no-cache cargo
|
||||
RUN pip install -r requirements.txt
|
||||
RUN pip install gunicorn
|
||||
|
||||
ENTRYPOINT ["top", "-b"]
|
||||
ENTRYPOINT ["python", "-u", "/www/app.py"]
|
||||
|
Reference in New Issue
Block a user