Skip to content

Commit b688604

Browse files
authored
#1959 - Staging sims prod environment formio (#1999)
Formio permission change in the dockerfile while build. The tried combinations are 640, 644, 650, 654, 750, 754, 770, 774 and 777. So with the least permission level of 770, 774 and 777 which worked. Selected 770.
1 parent ce2731b commit b688604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/packages/forms/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN ln -sf $NPM_PACKAGES/node_modules node_modules
4848
ENV DEBUG=""
4949

5050
RUN set -x \
51-
&& chmod -R 777 /app/
51+
&& chmod -R 770 /app/
5252

5353
# This will initialize the application based on
5454
# some questions to the user (login email, password, etc.)

0 commit comments

Comments
 (0)