jhanley634 / dojo-blackboard

An HTMX webserver for the Dojo's Tuesday night python meetups.
MIT License
3 stars 1 forks source link

suppress creds copy #45

Closed jhanley634 closed 2 weeks ago

jhanley634 commented 2 weeks ago

This Makefile line is just Wrong:

docker cp ../$(CREDS) $(CONTAINER_NAME):/$(CREDS)

That cp operation can only operate on a running container, so the current approach of trying to operate on an image just isn't appropropriate.

jhanley634 commented 2 weeks ago

Deleted the offending line.