We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb104c4 commit a657b22Copy full SHA for a657b22
1 file changed
Makefile
@@ -22,7 +22,7 @@ proto: src/stealthimfilestorage/proto/filestorage_pb2.py src/stealthimfilestorag
22
build: proto
23
poetry build
24
25
-./bin/StealthIMFileStorage.docker.zst: $(GO_FILES) proto
+./bin/StealthIMFileStorage.docker.zst:
26
docker-compose build
27
@mkdir -p ./bin
28
docker save stealthimfilestorage-app > ./bin/StealthIMFileStorage.docker
0 commit comments