We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0517c26 commit 84d933eCopy full SHA for 84d933e
Dockerfiles/murfey-server
@@ -57,6 +57,6 @@ RUN groupadd -r -g "${groupid}" "${groupname}" && \
57
useradd -r -M "${groupname}" -u "${userid}" -g "${groupname}" && \
58
chown -R "${userid}":"${groupid}" /venv && \
59
chmod -R a+x /venv
60
-ENV PATH=/venv/bin:/imod-install/IMOD/bin:$PATH
61
-ENV IMOD_DIR=/imod-install/IMOD
+ENV PATH=/venv/bin:/imod/IMOD/bin:$PATH
+ENV IMOD_DIR=/imod/IMOD
62
USER "${userid}":"${groupid}"
0 commit comments