diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index edc1aa6..3e1008c 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,7 +4,7 @@
-
+
@@ -108,7 +108,7 @@
-
+
@@ -206,7 +206,15 @@
1730825314560
-
+
+
+ 1730902415201
+
+
+
+ 1730902415201
+
+
@@ -237,6 +245,7 @@
-
+
+
\ No newline at end of file
diff --git a/Dockerfile b/Dockerfile
index 52380cd..262f971 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -27,7 +27,6 @@ RUN cd admin && pnpm build
FROM base AS main
COPY start.sh start.sh
-COPY config.example.yml /app/data/config.yml
COPY CloudronManifest.json .
RUN chmod +x start.sh
diff --git a/start.sh b/start.sh
index 30fcd0a..b0b7bcd 100644
--- a/start.sh
+++ b/start.sh
@@ -3,5 +3,8 @@
echo "==> Changing ownership"
chown -R cloudron:cloudron /app/data
+echo "==> Copy config"
+cp config.example.yml /app/data/config.yml
+
echo "==> Starting Blossom"
exec /usr/local/bin/gosu cloudron:cloudron node /app