[VOL-2778] Introducing Service definition in order to support the TT workflow
Change-Id: Ib171502e8940b5d0b219620a4503f7095d376d7a
diff --git a/build/package/Dockerfile b/build/package/Dockerfile
index 40e410b..ae3b919 100644
--- a/build/package/Dockerfile
+++ b/build/package/Dockerfile
@@ -64,6 +64,6 @@
RUN mv /usr/sbin/tcpdump /usr/bin/tcpdump
RUN chmod a+x /app/bbsim
RUN chmod a+x /usr/bin/bbsimctl
+COPY ./configs/ ./configs/
RUN bbsimctl completion bash >> "$HOME/.bashrc"
-COPY ./configs/bbsim.yaml ./configs/bbsim.yaml
CMD [ "/app/bbsim" ]