##// END OF EJS Templates
add cgs_status to rc/models.py to program cgs
add cgs_status to rc/models.py to program cgs

File last commit:

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