Skip to content

Commit 20347bf

Browse files
committed
build: make the files owned by default
1 parent de44bf8 commit 20347bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deploy/Containerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ ADD https://raw.githubusercontent.com/RedHatInsights/insights-frontend-builder-c
88
https://raw.githubusercontent.com/RedHatInsights/insights-frontend-builder-common/refs/heads/master/build_app_info.sh \
99
https://raw.githubusercontent.com/RedHatInsights/insights-frontend-builder-common/refs/heads/master/server_config_gen.sh \
1010
/opt/app-root/bin/
11-
RUN chmod a+x /opt/app-root/bin/universal_build.sh /opt/app-root/bin/build_app_info.sh /opt/app-root/bin/server_config_gen.sh
11+
RUN chown default /opt/app-root/bin/universal_build.sh /opt/app-root/bin/build_app_info.sh /opt/app-root/bin/server_config_gen.sh; \
12+
chmod a+x /opt/app-root/bin/universal_build.sh /opt/app-root/bin/build_app_info.sh /opt/app-root/bin/server_config_gen.sh
1213

1314
USER default
1415

0 commit comments

Comments
 (0)