Update Dockerfile to run multiple Node.js scripts sequentially
This commit is contained in:
parent
7a17c8cc71
commit
80aa4ea4b2
@ -6,4 +6,4 @@ RUN npm install
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD ["node", "fetchImages.js"]
|
||||
CMD ["sh", "-c", "node fetchImages.js && node generateSite.js"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user