EExcel 丞燕快速查詢2

EExcel 丞燕快速查詢2
EExcel 丞燕快速查詢2 https://sandk.ffbizs.com/

entrypoint cmd command docker-compose



https://medium.freecodecamp.org/docker-entrypoint-cmd-dockerfile-best-practices-abc591c30e21

Step


First

Dockerfile ENTRYPOINT use all uppercase letters 

Docker Compose entrypoint  use lowercase letters.


Second

CMD / command
The main purpose of a 

CMD (Dockerfiles)
command (Docker Compose files) 

is to provide defaults when executing a container. These will be executed after the entrypoint.


===================
https://beginor.github.io/2017/10/21/dockerfile-cmd-and-entripoint.html