Skip to content

Commit 538475b

Browse files
FabianEckermanncodebot
authored andcommitted
docker: Copy optional subscriber_db file
1 parent c7c702d commit 538475b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/open5gs/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ COPY open5gs-5gc.yml open5gs-5gc.yml.in
7575
COPY open5gs_entrypoint.sh .
7676
COPY add_users.py .
7777
COPY setup_tun.py .
78+
# This tries to copy "subscriber_db.csv" but will not fail if the file doesn't exist
79+
COPY subscriber_db.cs[v] .
7880

7981
ENV PATH="${PATH}:/open5gs/build/tests/app/"
8082

0 commit comments

Comments
 (0)