mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-20 01:36:00 +02:00
Review feedback: docker compose down comment
This commit is contained in:
parent
28ae74111e
commit
6b6e62aeb3
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
# This script sets up a completely new Cloud.gov CF Space with all the corresponding
|
||||
# infrastructure needed to run get.gov. It can serve for documentation for running
|
||||
# NOTE: This script was written for MacOS and to be run at the root directory
|
||||
# of the repository.
|
||||
# of the repository. It uses `docker compose` to compile assets, so it is
|
||||
# safest to `docker compose down` before using this script.
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
echo 'Please specify a name on the command line for the new space (i.e. lmm)' >&2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue