Merge branch 'master' into feature/ceremony-files
# Conflicts: # docker/codex.Dockerfile
This commit is contained in:
commit
455b95dbc9
|
@ -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 libzip-dev && rm -rf /var/lib/apt/lists/*
|
||||
ENV NAT_IP_AUTO=${NAT_IP_AUTO}
|
||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||
|
|
Loading…
Reference in New Issue