Skip to content

Commit

Permalink
Merge pull request #776 from Ostorlab/feature/add_oxo_serve_req
Browse files Browse the repository at this point in the history
Add serve requirements to docker
  • Loading branch information
3asm committed Aug 12, 2024
2 parents 604b6e6 + c08ce0e commit eccdbb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ WORKDIR /ostorlab
COPY . /ostorlab
RUN pip install .[google-cloud-logging] --prefix=/install
RUN pip install .[agent] --prefix=/install
RUN pip install .[serve] --prefix=/install
FROM base
COPY --from=builder /install /usr/local
ENTRYPOINT ["ostorlab"]

0 comments on commit eccdbb2

Please sign in to comment.