# https://docs.docker.com/engine/reference/builder/#dockerignore-file
# by default ignore everything except the jar file
**/*
!*.jar
!*.war
