A free and open source alternative ekşi sözlük front-end
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
ozgursozluk/Dockerfile

4 lines
120 B

FROM python:3.8-alpine
RUN pip install ozgursozluk
EXPOSE 80
CMD python3 -m gunicorn ozgursozluk:app -b 0.0.0.0:80 -w 3