##// END OF EJS Templates
Add control_sw value in write_device RC
Add control_sw value in write_device RC

File last commit:

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