Skip to content

Commit 4951a53

Browse files
committed
feat: add pip-sync target to Makefile
1 parent c6ac911 commit 4951a53

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ PWD=$(shell pwd)
2020
info:
2121
- @echo "revision $(REV)"
2222

23+
pip-sync:
24+
- @pip-compile requirements.in
25+
- @pip-sync requirements.txt
26+
2327
build:
2428
- @docker buildx build --load --build-arg GIT_SHA="${GIT_SHA}" --build-arg GIT_TAG="${GIT_TAG}" -t amerkurev/doku:latest --progress=plain .
2529

0 commit comments

Comments
 (0)