We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d350c commit 3d782bbCopy full SHA for 3d782bb
1 file changed
Makefile
@@ -23,6 +23,12 @@ build: _ts
23
echo 'Compiling Sass...'
24
node_modules/.bin/sass --no-source-map -s compressed src/ui/styles.scss dist/styles.css
25
26
+# Push image to Docker Hub
27
+.PHONY: push
28
+push:
29
+ docker build -t duolingo/metasearch .
30
+ docker push duolingo/metasearch
31
+
32
# Get a Google OAuth refresh token
33
.PHONY: oauth
34
oauth: _ts
0 commit comments