We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec8eb2 commit 116fe7fCopy full SHA for 116fe7f
client/Dockerfile
@@ -2,11 +2,11 @@ FROM ghcr.io/epics-containers/epics-base-developer:7.0.9ec5 AS recsync-base
2
3
WORKDIR /recsync
4
COPY . /recsync/
5
-RUN ln -s /epics/support/configure/RELEASE configure/RELEASE.local
6
-RUN make
+RUN ln -s /epics/support/configure/RELEASE configure/RELEASE.local && \
+ make
7
8
FROM recsync-base AS ioc-runner
9
10
WORKDIR /recsync/bin/${EPICS_HOST_ARCH}
11
12
-CMD ./demo /recsync/iocBoot/iocdemo/st.cmd
+CMD ["./demo", "/recsync/iocBoot/iocdemo/st.cmd"]
0 commit comments