#!/bin/sh

docker rm -f test-ruwebframe
docker compose build --no-cache

docker compose up -d
echo ${IMAGE_TAG}
export IMAGE_TAG=$(date +%Y%m%d)
docker commit test-ruwebframe test-ruwebframe:${IMAGE_TAG}

docker logs test-ruwebframe
