blob: 704d08c3a45f6387a477f158c26ef689cd52184a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# This file was auto-generated by gen-all-dockerfiles.sh; do not modify manually.
#
# vnf-sdk-marketplace/target/Dockerfile
#
# 10-basebuild.txt
FROM postgres:9.4
ENV POSTGRES_USER postgres
ENV POSTGRES_PASSWORD postgres
ADD marketplace_tables_postgres.sql /docker-entrypoint-initdb.d
|