chore: rename container image from jobpostingparser to n8n_helper

This commit is contained in:
Esa Kataja
2025-08-04 19:26:55 +03:00
parent 72fecb4403
commit 82f04f6989
+2 -5
View File
@@ -1,13 +1,10 @@
.PHONY: build run save .PHONY: build run save
build: build:
podman build . -t localhost/jobpostingparser:latest podman build . -t localhost/n8n_helper:latest
run: run:
podman-compose up -d --build podman-compose up -d --build
save: save:
podman save -o jobpostingparser.tar localhost/jobpostingparser:latest podman save -o n8n_helper.tar localhost/n8n_helper:latest