circulartext commited on
Commit
e714b29
1 Parent(s): 1f55c17

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +2 -2
entrypoint.sh CHANGED
@@ -1,8 +1,8 @@
1
  #!/bin/bash
2
  set -e
3
 
4
- # Set permissive permissions on the directory
5
- chmod -R 777 /path/to/directory
6
 
7
  # Check if the user already exists
8
  if id "$USER_ID" >/dev/null 2>&1; then
 
1
  #!/bin/bash
2
  set -e
3
 
4
+ # Set permissive permissions on the /app directory
5
+ chmod -R 777 /app
6
 
7
  # Check if the user already exists
8
  if id "$USER_ID" >/dev/null 2>&1; then