mirror of
https://github.com/JasonHHouse/gaps.git
synced 2026-01-10 04:59:39 -06:00
6 lines
141 B
Bash
Executable File
6 lines
141 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
./minify
|
|
mvn clean install
|
|
docker build -f Dockerfile -t "housewrecker/gaps:alpha" .
|
|
docker push "housewrecker/gaps:alpha" |