Skip to content

Commit ae9e379

Browse files
authored
fix make syntax on prod (#31)
1 parent 538db9b commit ae9e379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/templates/app/Makefile.app.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MAKE_APP="docker compose run app make"
1+
MAKE_APP=docker compose run app make
22

33
echo:
44
"Dummy target, to not run something accidentally"

0 commit comments

Comments
 (0)