Files
Axel Iván Solano González 728f683727 productive changes on configurations
2021-04-23 19:33:43 -05:00

4 lines
83 B
Bash
Executable File

#!/bin/sh
mvn package -DskipTests
docker build ./ -t springserver
docker-compose up