annotate prod/import-usps.sh @ 512:8460201c99be

USASR-5154 use buster
author belknapSSDT <zach.belknap@mcoecn.org>
date Mon, 02 Oct 2023 09:00:44 -0400
parents b390c30aa6c6
children
rev   line source
153
cf2a5bb38902 DEP-12: add pilot specific scripts
smith@nwoca.org
parents:
diff changeset
1 #!/bin/bash
cf2a5bb38902 DEP-12: add pilot specific scripts
smith@nwoca.org
parents:
diff changeset
2
154
454cc08435dd DEP-12: fix relative paths
smith@nwoca.org
parents: 153
diff changeset
3 source "$( dirname "${BASH_SOURCE[0]}")/../scripts/.functions.sh"
153
cf2a5bb38902 DEP-12: add pilot specific scripts
smith@nwoca.org
parents:
diff changeset
4
cf2a5bb38902 DEP-12: add pilot specific scripts
smith@nwoca.org
parents:
diff changeset
5 docker-compose stop uspsapp uspsdb
cf2a5bb38902 DEP-12: add pilot specific scripts
smith@nwoca.org