##// END OF EJS Templates
Probando RController 1/?
Probando RController 1/?

File last commit:

r367:9e304f85f976
r369:e24063c0558c
Show More
Dockerfile
4 lines | 141 B | text/x-dockerfile-config | DockerLexer
FROM postgres:14.6-alpine
#FROM library/postgres
RUN mkdir -p "$PGDATA" && chmod 700 "$PGDATA"
#COPY ./init.sql /docker-entrypoint-initdb.d/