We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2452ed commit e5fbdf8Copy full SHA for e5fbdf8
Dockerfile
@@ -11,5 +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 ["node", "./generate-snake-game-from-github-contribution-grid/packages/action/dist/index.js"]
+CMD ["find", "./generate-snake-game-from-github-contribution-grid"]
15
+# CMD ["node", "./generate-snake-game-from-github-contribution-grid/packages/action/dist/index.js"]
16
0 commit comments