diff --git a/Dockerfile b/Dockerfile index ae07532..c96d519 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,5 +11,6 @@ RUN ( cd ./generate-snake-game-from-github-contribution-grid ; yarn install - RUN ( cd ./generate-snake-game-from-github-contribution-grid ; yarn build:action ) -CMD ["node", "./generate-snake-game-from-github-contribution-grid/packages/action/dist/index.js"] +CMD ["find", "./generate-snake-game-from-github-contribution-grid"] +# CMD ["node", "./generate-snake-game-from-github-contribution-grid/packages/action/dist/index.js"]