##// END OF EJS Templates
Merge branch 'ver_3Julio' of http://intranet.igp.gob.pe:8082/radarsys into ver_3Julio
Merge branch 'ver_3Julio' of http://intranet.igp.gob.pe:8082/radarsys into ver_3Julio

File last commit:

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