Restore Africa navigation graph
Build and deploy Docker image / build (push) Successful in 1m18s

This commit is contained in:
Ruslan Bakiev
2026-08-20 17:23:31 +07:00
parent e0cd782ec5
commit 32f7e480e3
7 changed files with 1964 additions and 3 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ COPY --from=runtime-deps /app/node_modules ./node_modules
COPY --from=builder /app/dist ./dist
COPY scripts ./scripts
COPY data ./data
EXPOSE 8000
CMD ["sh", "-c", ". /app/scripts/load-vault-env.sh && node dist/index.js"]
CMD ["sh", "-c", ". /app/scripts/load-vault-env.sh && npm run seed:reference && node dist/index.js"]