Skip to content

Instantly share code, notes, and snippets.

@mroger
Created July 17, 2018 23:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mroger/4c699c11517c780a2dedf5cc43d61931 to your computer and use it in GitHub Desktop.
Save mroger/4c699c11517c780a2dedf5cc43d61931 to your computer and use it in GitHub Desktop.
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