最贊回答 / 葉0528
ghost/ghost/DockerfileFROM ghost## COPY ./config.js /var/lib/ghost/config.jsCOPY ./config.js /var/lib/ghost/content/config.jsEXPOSE 2368## CMD ["npm","start","--production"]
2019-08-14