Skip to content

Commit

Permalink
Write bob files to /epics/opi in container
Browse files Browse the repository at this point in the history
  • Loading branch information
GDYendell committed Aug 2, 2024
1 parent e87ffec commit 0a54c5e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ FROM python:${PYTHON_VERSION}-slim as runtime
COPY --from=build /venv/ /venv/
ENV PATH=/venv/bin:$PATH

# Make directory to run inside and generate bob files
RUN mkdir -p /epics/opi

WORKDIR /epics/opi

# change this entrypoint if it is not the same as the repo
ENTRYPOINT ["odin-fastcs"]
CMD ["--version"]

0 comments on commit 0a54c5e

Please sign in to comment.