Newer
Older
run-log:
docker-compose up
build:
docker-compose up --build -d
git add . && git commit -m "$(msg)" && git push origin HEAD
update-prod:
git checkout . && git pull origin master && npm install && npm run build-prod