Skip to content

Commit

Permalink
Adding execution command
Browse files Browse the repository at this point in the history
  • Loading branch information
JBris committed Dec 31, 2024
1 parent 412813d commit f9920c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Apptainer.v2.7.3
Original file line number Diff line number Diff line change
Expand Up @@ -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 "$@"
exec /usr/local/beast/bin/beast "$@"
2 changes: 1 addition & 1 deletion Dockerfile.v2.7.3
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -36,3 +35,4 @@ WORKDIR /usr/local/workspace

EXPOSE 5900

CMD [ "/usr/local/beast/bin/beast" ]

0 comments on commit f9920c5

Please sign in to comment.