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 259b106 commit 3eda075Copy full SHA for 3eda075
Makefile
@@ -70,6 +70,7 @@ docker: all
70
icotool -c -o build$(SHARE)/public/favicon.ico $(ICONS)
71
chmod 644 build$(SHARE)/public/sprinkler/*
72
chmod 644 build$(SHARE)/public/house.css build$(SHARE)/public/favicon.ico
73
+ cp Dockerfile build
74
cd build ; docker build -t housesprinkler .
75
rm -rf build
76
0 commit comments