Skip to content

Commit 116fe7f

Browse files
committed
fix sonarkube concerns
1 parent 6ec8eb2 commit 116fe7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

client/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ FROM ghcr.io/epics-containers/epics-base-developer:7.0.9ec5 AS recsync-base
22

33
WORKDIR /recsync
44
COPY . /recsync/
5-
RUN ln -s /epics/support/configure/RELEASE configure/RELEASE.local
6-
RUN make
5+
RUN ln -s /epics/support/configure/RELEASE configure/RELEASE.local && \
6+
make
77

88
FROM recsync-base AS ioc-runner
99

1010
WORKDIR /recsync/bin/${EPICS_HOST_ARCH}
1111

12-
CMD ./demo /recsync/iocBoot/iocdemo/st.cmd
12+
CMD ["./demo", "/recsync/iocBoot/iocdemo/st.cmd"]

0 commit comments

Comments
 (0)