We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93fa60a commit 505d6abCopy full SHA for 505d6ab
Dockerfile
@@ -11,6 +11,6 @@ RUN ( cd ./generate-snake-game-from-github-contribution-grid ; yarn install -
11
12
RUN ( cd ./generate-snake-game-from-github-contribution-grid ; yarn build:action )
13
14
-CMD ["find", "./generate-snake-game-from-github-contribution-grid"]
+CMD ["find", "/github"]
15
# CMD ["node", "./generate-snake-game-from-github-contribution-grid/packages/action/dist/index.js"]
16
0 commit comments