Skip to content

Commit d155369

Browse files
authored
Merge pull request #2 from ISISComputingGroup/containerfile
add gateway changes to containerfile
2 parents 0bf6247 + 6bacda2 commit d155369

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)