#!/bin/sh set -e (cd client && npm run build) docker build --tag docker.med-logic.ru/medicine-damask:latest . docker push docker.med-logic.ru/medicine-damask:latest