Skip to content

Commit

Permalink
Fix workdir openpype
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSouchet committed Oct 24, 2023
1 parent 49a148b commit f363e4f
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 @@ -30,7 +30,7 @@ RUN pyenv install ${OPENPYPE_PYTHON_VERSION}
RUN cd /opt/ && \
git clone --recurse-submodules https://github.com/quadproduction/OpenPype.git && \
cd OpenPype && \
git fetch \
git fetch

WORKDIR /opt/OpenPype

Expand Down

0 comments on commit f363e4f

Please sign in to comment.