diff --git a/Apptainer.v2.7.3 b/Apptainer.v2.7.3 index 64a2f53..193dbc1 100644 --- a/Apptainer.v2.7.3 +++ b/Apptainer.v2.7.3 @@ -8,4 +8,4 @@ From: ghcr.io/jbris/beast2:v2.7.3 This is an image to run BEAST2. %runscript - exec /usr/local/bin/beast "$@" \ No newline at end of file + exec /usr/local/beast/bin/beast "$@" \ No newline at end of file diff --git a/Dockerfile.v2.7.3 b/Dockerfile.v2.7.3 index 851e917..7311c58 100644 --- a/Dockerfile.v2.7.3 +++ b/Dockerfile.v2.7.3 @@ -15,7 +15,6 @@ RUN apt-get update \ && curl -fsSLO https://github.com/CompEvol/beast2/releases/download/${APP_VERSION}/BEAST.${APP_VERSION}.Linux.x86.tgz \ && tar fxz BEAST.${APP_VERSION}.Linux.x86.tgz \ && rm BEAST.${APP_VERSION}.Linux.x86.tgz \ - && mv beast /usr/local \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && rm -rf /tmp/downloaded_packages \ @@ -36,3 +35,4 @@ WORKDIR /usr/local/workspace EXPOSE 5900 +CMD [ "/usr/local/beast/bin/beast" ] \ No newline at end of file