Merge branch 'master' into feature/ceremony-files

# Conflicts:
#	docker/codex.Dockerfile
This commit is contained in:
Ben 2024-03-26 08:28:06 +01:00
commit 455b95dbc9
No known key found for this signature in database
GPG Key ID: 541B9D8C9F1426A1
1 changed files with 1 additions and 0 deletions

View File

@ -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"]