Commit 81e1abd
committed
Fix Dockerfile, dont use ENTRYPOINT, use CMD rather
CMD commands are ignored by the daemon when there are parameters stated within the docker run command while ENTRYPOINT instructions are not ignored but instead are appended as command line parameters by treating those as arguments of the command.
https://devtron.ai/blog/cmd-and-entrypoint-differences/1 parent 971b5f6 commit 81e1abd
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
0 commit comments