Removed old PHP code, migrated to Python and Flask
Update .dockerignore, .env, and 503 more files...
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM python:alpine
|
||||
|
||||
WORKDIR /www
|
||||
ADD ./ ./
|
||||
|
||||
RUN apk add --no-cache cargo
|
||||
RUN pip install -r requirements.txt
|
||||
RUN pip install gunicorn
|
||||
|
||||
ENTRYPOINT ["top", "-b"]
|
Reference in New Issue
Block a user