Skip to content

Commit

Permalink
Pass full path to dockerbuild script
Browse files Browse the repository at this point in the history
  • Loading branch information
flounderpinto committed Dec 14, 2023
1 parent c47e140 commit 1ffaa70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ RUN chmod +x /bin/entrypoint.sh

#Run
WORKDIR ${INSTALL_DIR_ENV}
ENTRYPOINT ["/bin/entrypoint.sh", "./dockerBuild.sh"]
ENTRYPOINT ["/bin/entrypoint.sh", "$INSTALL_DIR_ENV/dockerBuild.sh"]

0 comments on commit 1ffaa70

Please sign in to comment.