Logo
Explore Help
Sign In
hjess/tink-demo
Public Access
1
0
Fork 0
You've already forked tink-demo
Code Issues Pull Requests Actions Wiki Activity
Files
0e67583da5381c949812a9e163d11f94a18f5b88
tink-demo/Dockerfile

14 lines
247 B
Docker
Raw Normal View History

First attempt to tink demo
2026-05-22 18:30:59 +02:00
FROM python:3.12-slim AS base
WORKDIR /app
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY src/ src/
fix: step 6 webhooks demo - replace 404 events API with webhook registration flow - Replace /events/v2/* endpoints (404 in sandbox) with /api/v1/webhooks - Add list_webhooks() and register_webhook() methods to TinkClient - Step 6 now shows: webhook flow diagram + curl examples + live API + sample payload - Handle sandbox 404 gracefully (shows example data, no red error) - Remove .env.production from git tracking (credentials via Gitea secrets) - deploy.yml: write .env.production from TINK_CLIENT_ID/SECRET secrets
2026-05-22 19:04:06 +02:00
COPY .env.production .env
First attempt to tink demo
2026-05-22 18:30:59 +02:00
EXPOSE 8000
CMD ["uvicorn", "src.main:app", "--host", "0.0.0.0", "--port", "8000"]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 37ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API