mirror of
https://github.com/Nystik-gh/ignis.git
synced 2026-06-17 04:35:53 +00:00
fix docker files
This commit is contained in:
@@ -52,11 +52,11 @@ COPY server/ ./server/
|
||||
COPY --from=build /build/obsidian-app ./obsidian-app
|
||||
|
||||
ENV PORT=8080
|
||||
ENV VAULT_PATH=/vault
|
||||
ENV VAULT_ROOT=/vaults
|
||||
ENV OBSIDIAN_ASSETS_PATH=/app/obsidian-app
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
VOLUME /vault
|
||||
VOLUME /vaults
|
||||
|
||||
CMD ["node", "server/index.js"]
|
||||
|
||||
Reference in New Issue
Block a user