Skip to content

Commit

Permalink
Don't use variable
Browse files Browse the repository at this point in the history
  • Loading branch information
flounderpinto committed Dec 14, 2023
1 parent 1ffaa70 commit f3bc343
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", "$INSTALL_DIR_ENV/dockerBuild.sh"]
ENTRYPOINT ["/bin/entrypoint.sh", "/opt/dockerBuild.sh"]

0 comments on commit f3bc343

Please sign in to comment.