##// END OF EJS Templates
Funciona nginx y gunicorn
Funciona nginx y gunicorn

File last commit:

r299:d18e81484ac8
r364:4a3ab56a7214
Show More
Dockerfile
2 lines | 72 B | text/x-dockerfile-config | DockerLexer
FROM postgres:10.1-alpine
RUN mkdir -p "$PGDATA" && chmod 700 "$PGDATA"