diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 038812d..edc1aa6 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,9 +4,9 @@
-
-
+
+
@@ -44,7 +44,7 @@
"Docker.Dockerfile prod-deps.executor": "Run",
"RunOnceActivity.ShowReadmeOnStart": "true",
"git-widget-placeholder": "master",
- "last_opened_file_path": "/home/mihajlo/external-projects/nostrdev/stuff/blossom-cloudron",
+ "last_opened_file_path": "/home/mihajlo/external-projects/nostrdev/cheems/design",
"node.js.detected.package.eslint": "true",
"node.js.detected.package.tslint": "true",
"node.js.selected.package.eslint": "(autodetect)",
@@ -107,6 +107,8 @@
+
+
@@ -196,7 +198,15 @@
1730823252701
-
+
+
+ 1730825314560
+
+
+
+ 1730825314560
+
+
@@ -226,6 +236,7 @@
-
+
+
\ No newline at end of file
diff --git a/Dockerfile b/Dockerfile
index b44e520..52380cd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -27,7 +27,7 @@ RUN cd admin && pnpm build
FROM base AS main
COPY start.sh start.sh
-COPY config.example.yml config.yml
+COPY config.example.yml /app/data/config.yml
COPY CloudronManifest.json .
RUN chmod +x start.sh
@@ -46,5 +46,6 @@ VOLUME [ "/app/data" ]
EXPOSE 3000
ENV DEBUG="blossom-server,blossom-server:*"
+ENV BLOSSOM_CONFIG: "/app/data/config.yml"
CMD [ "/app/start.sh" ]
diff --git a/start.sh b/start.sh
index d6c61cb..30fcd0a 100644
--- a/start.sh
+++ b/start.sh
@@ -1,8 +1,5 @@
#!/bin/bash
-echo "==> Symlink the config.yml to the editable /app/data directory"
-ln -s /app/config.yml /app/data/config.yml
-
echo "==> Changing ownership"
chown -R cloudron:cloudron /app/data