Skip to content

Commit

Permalink
Complete testing upon container build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gab-D-G committed Oct 2, 2023
1 parent aa3d5fa commit 7024a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ ENV XDG_DATA_HOME=${HOME}/.local/share
RUN micromamba run -n base install_DSURQE.sh $XDG_DATA_HOME/rabies

# Run a basic test
RUN micromamba run -n base error_check_rabies.py
RUN micromamba run -n base error_check_rabies.py --complete

ENTRYPOINT ["/usr/local/bin/_entrypoint.sh", "rabies"]

0 comments on commit 7024a18

Please sign in to comment.