mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 14:08:07 +08:00
Removing tmp
This commit is contained in:
@@ -36,7 +36,7 @@ COPY rootfs/ /
|
||||
|
||||
# The extra files that we bundle should use the Bitnami User
|
||||
# so the entrypoint does not have any permission issues
|
||||
RUN chown -R bitnami:bitnami /tmp/app
|
||||
RUN chown -R bitnami:bitnami /app_template
|
||||
|
||||
USER bitnami
|
||||
# This will add an specific version of Express that will validate the package.json requirement
|
||||
|
||||
@@ -43,7 +43,7 @@ wait_for_db() {
|
||||
setup_db() {
|
||||
npm install mongodb@2.1.18 --save
|
||||
log "Adding MongoDB example files under /config/mongodb.js"
|
||||
cp -rn /tmp/app/config .
|
||||
cp -rn /app_template/config .
|
||||
}
|
||||
|
||||
log () {
|
||||
|
||||
Reference in New Issue
Block a user