Skip to content
Snippets Groups Projects
Commit 4cf5a44c authored by Matthew K Defenderfer's avatar Matthew K Defenderfer
Browse files

add opt to path

parent f1ccf400
No related branches found
No related tags found
No related merge requests found
Pipeline #11815 passed with stages
in 2 minutes and 48 seconds
...@@ -43,4 +43,6 @@ RUN rm FEBioStudio_linux-x64_2.7_FEBio_4.7.run && \ ...@@ -43,4 +43,6 @@ RUN rm FEBioStudio_linux-x64_2.7_FEBio_4.7.run && \
ln -s /opt/FEBioStudio/bin/FEBioStudio /opt/FEBioStudio && \ ln -s /opt/FEBioStudio/bin/FEBioStudio /opt/FEBioStudio && \
ln -s /opt/FEBioStudio/bin/febio4 /opt/febio4 ln -s /opt/FEBioStudio/bin/febio4 /opt/febio4
ENV PATH="/opt:$PATH"
ENTRYPOINT ["FEBioStudio"] ENTRYPOINT ["FEBioStudio"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment