Skip to content

Commit

Permalink
ISSUE #1
Browse files Browse the repository at this point in the history
* Fix bug related with `Path` casting.
  • Loading branch information
Sergio García Prado committed Dec 14, 2021
1 parent a1fa74b commit 5a10f8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% include destination / "Makefile" %}
{% include str(destination / "Makefile") %}

build:
docker build --no-cache -t {{ project_name }}_{{ name }} -f deploy/Dockerfile .
Expand Down

0 comments on commit 5a10f8d

Please sign in to comment.