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