Skip to content
Snippets Groups Projects

Dockerfile

Merged Evili del Rio i Silvan requested to merge Dockerfile into master
3 files
+ 13
9
Compare changes
  • Side-by-side
  • Inline
Files
3
Dockerfile 0 → 100644
+ 4
0
FROM python:3.6-alpine
RUN apk add --update \
py-gunicorn
# RUN pip install gunicorn
Loading