6 lines
146 B
Makefile
6 lines
146 B
Makefile
|
pack:
|
||
|
sudo docker build -t myoauth . --no-cache
|
||
|
|
||
|
publish:
|
||
|
sudo docker tag myoauth arielherself/myoauth && sudo docker push arielherself/myoauth
|