Building the config in the container to avoid cli errors

Change-Id: Iabf71a78e615aede0ce978199170cdd6020867c3
diff --git a/build/package/Dockerfile b/build/package/Dockerfile
index d69b635..d5caae0 100644
--- a/build/package/Dockerfile
+++ b/build/package/Dockerfile
@@ -65,4 +65,5 @@
 RUN chmod a+x /app/bbsim
 RUN chmod a+x /usr/bin/bbsimctl
 RUN bbsimctl completion bash >> $HOME/.bashrc
+COPY ./configs/bbsim.yaml ./configs/bbsim.yaml
 CMD [ '/app/bbsim' ]