Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
sdc
/
1dcbd56c897602f15f6659e113fd4c8011227fc2
/
.
/
openecomp-be
/
dist
/
sdc-onboard-db-init-docker
/
artifacts
/
Dockerfile
blob: 29189dbb4c8b529f62597495a0e8dd722d6411d5 [
file
] [
log
] [
blame
]
FROM onap
/
base_sdc
-
cqlsh
:
1.5
.
0
-
SNAPSHOT
-
latest
COPY init_keyspaces
.
cql
/
root
/
COPY init_schemas
.
cql
/
root
/
COPY alter_tables
.
cql
/
root
/
COPY startup
.
sh
/
root
/
RUN chmod
770
/
root
/
startup
.
sh
ENTRYPOINT
[
"/root/startup.sh"
]