Skip to content

Commit

Permalink
Right path for ci_build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
iquasere committed Sep 20, 2023
1 parent 6244d31 commit 0b73819
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ FROM continuumio/miniconda3:23.3.1-0
RUN git clone https://github.com/iquasere/KEGGCharter.git \
&& conda install -c conda-forge mamba libarchive=3.6.2=h039dbb9_1 \
&& mamba env update --file KEGGCharter/cicd/keggcharter_env.yml --name base \
&& bash KEGGCharter/envs/ci_build.sh \
&& conda clean --all -y \
&& apt-get purge -y --auto-remove $buildDeps
&& bash KEGGCharter/cicd/ci_build.sh \
&& conda clean --all -y

CMD [ "python", "bin/keggcharter.py" ]

0 comments on commit 0b73819

Please sign in to comment.