diff --git a/makefile b/makefile index 9373330..8f82dcc 100644 --- a/makefile +++ b/makefile @@ -1,13 +1,10 @@ .PHONY: build run save build: - podman build . -t localhost/jobpostingparser:latest + podman build . -t localhost/n8n_helper:latest run: podman-compose up -d --build save: - podman save -o jobpostingparser.tar localhost/jobpostingparser:latest - - - \ No newline at end of file + podman save -o n8n_helper.tar localhost/n8n_helper:latest