myoauth/Makefile

6 lines
146 B
Makefile
Raw Normal View History

2024-04-02 11:15:12 +08:00
pack:
sudo docker build -t myoauth . --no-cache
publish:
sudo docker tag myoauth arielherself/myoauth && sudo docker push arielherself/myoauth