UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Verified Commit d601b4dc authored by Patrick Tafoya's avatar Patrick Tafoya
Browse files

template fixes

parent 249a51b2
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,6 @@ services:
context: .
dockerfile: Dockerfile.ui.dev
container_name: <<projectName>>-ui
user: "${UID}:${GID}"
volumes:
- ./<<projectName>>-ui:/home/node
- /home/node/node_modules
......
......@@ -11,6 +11,12 @@ Due to the new (as of March 2024) bigbang.mil DNS changes, you must add entries
127.0.0.1 <<projectName>>.dev.bigbang.mil
```
Next, grant execute permissions on the startup.sh file and run the setup script.
```shell
chmod +x ./scripts/setup.sh
bash ./scripts.setup.sh
```
```sh
# start all the <<projectName>> components
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment