mirror of
https://github.com/JasonHHouse/gaps.git
synced 2026-04-29 13:10:43 -05: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" |