Skip to content

Commit 3d782bb

Browse files
committed
Add command for pushing to Docker Hub
1 parent 27d350c commit 3d782bb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ build: _ts
2323
echo 'Compiling Sass...'
2424
node_modules/.bin/sass --no-source-map -s compressed src/ui/styles.scss dist/styles.css
2525

26+
# Push image to Docker Hub
27+
.PHONY: push
28+
push:
29+
docker build -t duolingo/metasearch .
30+
docker push duolingo/metasearch
31+
2632
# Get a Google OAuth refresh token
2733
.PHONY: oauth
2834
oauth: _ts

0 commit comments

Comments
 (0)