Archived
chore: rename container image from jobpostingparser to n8n_helper
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
podman save -o n8n_helper.tar localhost/n8n_helper:latest
|
||||
|
||||
Reference in New Issue
Block a user