circulartext commited on
Commit
61cdfe1
1 Parent(s): 77bb5ac

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +5 -1
entrypoint.sh CHANGED
@@ -1,6 +1,10 @@
1
  #!/bin/bash
2
 
3
- # Any setup or configuration steps before running the main application
 
 
 
 
4
  # ...
5
 
6
  # Run the main application
 
1
  #!/bin/bash
2
 
3
+ # Create a directory for storing files and set permissions
4
+ mkdir /code/files
5
+ chmod 777 /code/files
6
+
7
+ # Any other setup or configuration steps before running the main application
8
  # ...
9
 
10
  # Run the main application