Skip to content

Commit

Permalink
Split run command.
Browse files Browse the repository at this point in the history
  • Loading branch information
antarcticrainforest committed Jun 10, 2024
1 parent 1764bc8 commit 616e34f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ RUN set -x && \
else\
/opt/conda/bin/conda create -y -q -c conda-forge make pip git conda -p /opt/evaluation_system;\
fi &&\
rm -rf /opt/conda &&\
rm -rf /opt/conda
RUN set -e &&\
mkdir -p ${EVAL_HOME}/bin ${EVAL_HOME}/share/freva /mnt/freva_plugins \
${MYSQL_LOGS_DIR} ${SOLR_LOGS_DIR} ${MYSQL_DATA_DIR} ${MYSQL_HOME}/tmpl &&\
mv /tmp/evaluation_system/src/evaluation_system/tests/mocks/bin/* /usr/local/bin/ && \
Expand Down

0 comments on commit 616e34f

Please sign in to comment.