mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 14:08:07 +08:00
create and own /app directory
This commit is contained in:
@@ -38,6 +38,8 @@ COPY rootfs/ /
|
||||
# so the entrypoint does not have any permission issues
|
||||
RUN chown -R bitnami:bitnami /app_template
|
||||
|
||||
RUN mkdir /app && chown bitnami: /app
|
||||
|
||||
USER bitnami
|
||||
# This will add an specific version of Express that will validate the package.json requirement
|
||||
# so we will not download any other version
|
||||
|
||||
Reference in New Issue
Block a user