Logo
Explore Help
Sign In
hjess/ti
1
0
Fork 0
You've already forked ti
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
1a3476c4d303b8786b16d4880634c343d08a859e
ti/Makefile

17 lines
229 B
Makefile
Raw Normal View History

Add Flask shopping app with Nomad deployment Flask app serving the Citti shopping list with SQLite persistence, per-category item addition, dynamic custom categories, photo upload, and a post-trip price analysis page. - Port 9756, DATA_DIR env var for persistent volume in Nomad - Gitea Actions pipeline builds Docker image and deploys via Nomad API - Makefile targets: run, install, build, push Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-06 00:54:07 +02:00
IMAGE ?= gea.i80.dk/hjess/citti
TAG ?= latest
.PHONY: run install build push
run:
python app.py
install:
pip install -r requirements.txt
build:
docker build -t $(IMAGE):$(TAG) .
push: build
docker push $(IMAGE):$(TAG)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 28ms 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