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