Skip to content

Commit

Permalink
fix Dockerfile typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jan 9, 2024
1 parent fee3e30 commit 1c86f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ENV TARGET_ARCHITECTURE ${TARGET_ARCHITECTURE}
RUN apt-get update && apt-get install -y libxml2 libssl-dev

# TODO remove these 2 when OPC UA is a proper support module
RUN unlinkg epics/ioc
RUN unlink epics/ioc
COPY --from=developer /epics/ioc-ts99i-ps-01/ioc /epics/ioc

ENTRYPOINT ["/bin/bash", "-c", "${IOC}/start.sh"]

0 comments on commit 1c86f44

Please sign in to comment.