Skip to content

Commit

Permalink
Test using env variable for openpype version
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSouchet committed Oct 24, 2023
1 parent b6532c7 commit 3b3737c
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 @@ -47,5 +47,5 @@ RUN ./tools/create_env.sh && ./tools/fetch_thirdparty_libs.sh
RUN sed -i "s/gazu = \"^0.8.34\"/gazu = \"^0.9.0\"/" pyproject.toml && \
.poetry/bin/poetry update

ENTRYPOINT ["/bin/sh", "-c", "\"", "git", "stash", "&&", "git", "checkout", "\${OPENPYPE_QUAD_SYNCHRO_VERSION}", "&&", ".poetry/bin/poetry", "run", "python", "start.py", "module", "\""]
ENTRYPOINT "git stash && git checkout \${OPENPYPE_QUAD_SYNCHRO_VERSION} && .poetry/bin/poetry run python start.py module"
CMD ["--help"]

0 comments on commit 3b3737c

Please sign in to comment.