diff --git a/deploy/docker/fs/opt/appsmith/entrypoint.sh b/deploy/docker/fs/opt/appsmith/entrypoint.sh index 604927e015..99cb585b50 100644 --- a/deploy/docker/fs/opt/appsmith/entrypoint.sh +++ b/deploy/docker/fs/opt/appsmith/entrypoint.sh @@ -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}