Files
SOP/docker-build.sh
2020-10-20 10:10:44 +08:00

5 lines
53 B
Bash

#!/bin/bash
mvn clean package
docker build -t sop .