We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ac911 commit 4951a53Copy full SHA for 4951a53
Makefile
@@ -20,6 +20,10 @@ PWD=$(shell pwd)
20
info:
21
- @echo "revision $(REV)"
22
23
+pip-sync:
24
+ - @pip-compile requirements.in
25
+ - @pip-sync requirements.txt
26
+
27
build:
28
- @docker buildx build --load --build-arg GIT_SHA="${GIT_SHA}" --build-arg GIT_TAG="${GIT_TAG}" -t amerkurev/doku:latest --progress=plain .
29
0 commit comments