notes/docker/build.sh

5 lines
88 B
Bash
Raw Normal View History

#!/bin/bash
docker container rm notes-server
docker build --no-cache -t notes-server .