Skip to content

Commit

Permalink
update api build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Nov 7, 2024
1 parent e882ecf commit 1537a78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/Dockerfile-api
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ RUN source ~/.bashrc \
&& conda env update -n server -f environment.api.yml \
&& conda run pip install -e . --root-user-action=ignore \
&& conda env export --no-builds > config/environment.api.lock.yml \
&& rm -f spec/openapi_3_1_0_generated.yaml \
&& conda run python3 openapi_spec.py \
&& rm -f service/spec/openapi_3_1_0_generated.yaml \
&& conda run python3 service/openapi_spec.py \
&& conda clean --all --json -y \
&& rm -f environment.api.yml

Expand Down

0 comments on commit 1537a78

Please sign in to comment.