frontend-frameworks-showcase/backend/build_deploy.sh

5 lines
216 B
Bash
Raw Permalink Normal View History

#!/bin/sh
docker build --no-cache . -t frontend-showcase-backend:latest
docker tag frontend-showcase-backend:latest tpolgrabia/frontend-showcase-backend:latest
docker push tpolgrabia/frontend-showcase-backend:latest