##// END OF EJS Templates
update rc/models.py to last version:...
update rc/models.py to last version: - monitor channel - cgs_status

File last commit:

r299:d18e81484ac8
r418:d19764ba5024 ver_3Julio
Show More
Dockerfile
2 lines | 72 B | text/x-dockerfile-config | DockerLexer
SIR with docker-compose working
r299 FROM postgres:10.1-alpine
RUN mkdir -p "$PGDATA" && chmod 700 "$PGDATA"