refactor: updated references

This commit is contained in:
David Allen 2024-12-11 10:57:42 -07:00
parent 94a1ea33fd
commit 83e6ae55d0
Signed by: towk
GPG key ID: 793B2924A49B3A3F
5 changed files with 25 additions and 25 deletions

View file

@ -8,5 +8,5 @@ if [ ! -d ${script_dir}/rf-emulator ]; then
fi
# build docker image and run with docker compose
docker build -t openchami-rie:latest -f ${script_dir}/Dockerfile ${script_dir}/rf-emulator
docker build -t davidallendj-rie:latest -f ${script_dir}/Dockerfile ${script_dir}/rf-emulator
docker compose -f ${script_dir}/rf-emulator.yml up