diff --git a/Dockerfile b/Dockerfile index c96d519..af41bcf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +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 ["find", "./generate-snake-game-from-github-contribution-grid"] +CMD ["find", "/github"] # CMD ["node", "./generate-snake-game-from-github-contribution-grid/packages/action/dist/index.js"]