Skip to content

Commit

Permalink
Copies openapi yaml into image (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbierens committed Mar 25, 2024
1 parent 59d9439 commit 4038eed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/codex.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ ARG NAT_IP_AUTO
WORKDIR ${APP_HOME}
COPY --from=builder ${BUILD_HOME}/build/codex /usr/local/bin
COPY --chmod=0755 docker/docker-entrypoint.sh /
COPY ./openapi.yaml .
RUN apt-get update && apt-get install -y libgomp1 bash curl jq && rm -rf /var/lib/apt/lists/*
ENV NAT_IP_AUTO=${NAT_IP_AUTO}
ENTRYPOINT ["/docker-entrypoint.sh"]
Expand Down

0 comments on commit 4038eed

Please sign in to comment.