cloudcmd/docker.sh

6 lines
111 B
Bash

#!/bin/sh
npm run build
docker login -e $DOCKER_EMAIL -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
npm run docker