chore: Ensure ssl folder is created in stacks
This commit is contained in:
parent
be057ff1d8
commit
88e690f10b
|
|
@ -475,7 +475,7 @@ safe_init_postgres
|
|||
configure_supervisord
|
||||
|
||||
# Ensure the restore path exists in the container, so an archive can be copied to it, if need be.
|
||||
mkdir -p /appsmith-stacks/data/{backup,restore}
|
||||
mkdir -p /appsmith-stacks/data/{backup,restore} /appsmith-stacks/ssl
|
||||
|
||||
# Create sub-directory to store services log in the container mounting folder
|
||||
mkdir -p /appsmith-stacks/logs/{supervisor,backend,cron,editor,rts,mongodb,redis,postgres,appsmithctl}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user