mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/node-tutorial.git
synced 2026-08-19 04:24:10 +00:00
3 lines
64 B
Docker
3 lines
64 B
Docker
FROM postgres:9.4
|
|
|
|
RUN mkdir -p "$PGDATA" && chmod 700 "$PGDATA" |