Skip to content

Instantly share code, notes, and snippets.

@mroger
Created July 17, 2018 23:29
Docker container entrypoint
#!/bin/bash
git fetch --all
git reset --hard origin/master
mvn package
mvn liquibase:update -Dliquibase-database-password=root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment