ソースを参照

Update Dockerfile

Florian Hoss 2 年 前
コミット
723053eae8
1 ファイル変更2 行追加2 行削除
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -28,8 +28,8 @@ COPY --from=logo /logo/logo.txt .
 COPY entrypoint.sh .
 COPY entrypoint.sh .
 RUN chmod +x entrypoint.sh
 RUN chmod +x entrypoint.sh
 
 
-# default bookmarks.json
-COPY --from=go /backend/bookmarks/bookmarks.json ./bookmarks/bookmarks.json
+# default config.yaml
+COPY --from=go /backend/bookmarks/config.yaml ./bookmarks/config.yaml
 # go templates
 # go templates
 COPY --from=go /backend/templates/ ./templates/
 COPY --from=go /backend/templates/ ./templates/
 # build static files and favicons
 # build static files and favicons