Skip to content

Commit 6bacda2

Browse files
committed
add gateway changes to containerfile
1 parent e0f71b8 commit 6bacda2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Containerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,10 @@ EXPOSE 9092 5064 5065 5075 5076
1111

1212
COPY . .
1313

14+
ARG ARG_EPICS_CA_ADDR_LIST
15+
ENV EPICS_CA_ADDR_LIST=$ARG_EPICS_CA_ADDR_LIST
16+
17+
ARG ARG_EPICS_CA_AUTO_ADDR_LIST
18+
ENV EPICS_CA_AUTO_ADDR_LIST=$ARG_EPICS_CA_AUTO_ADDR_LIST
19+
1420
ENTRYPOINT ["python", "./forwarder_launch.py"]

0 commit comments

Comments
 (0)