You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# A practical suggestion in meeting the FAIR for Research Software recommendations is to include the license, citation.cff and readme files inside the container. The code snippet below makes it happen.
# Changing container directory to home.
WORKDIR /home
# Copying license, citation.cff and readme files to home directory