Skip to content

Commit e5fbdf8

Browse files
committed
aaaaaa
1 parent f2452ed commit e5fbdf8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ RUN ( cd ./generate-snake-game-from-github-contribution-grid ; yarn install -
1111

1212
RUN ( cd ./generate-snake-game-from-github-contribution-grid ; yarn build:action )
1313

14-
CMD ["node", "./generate-snake-game-from-github-contribution-grid/packages/action/dist/index.js"]
14+
CMD ["find", "./generate-snake-game-from-github-contribution-grid"]
15+
# CMD ["node", "./generate-snake-game-from-github-contribution-grid/packages/action/dist/index.js"]
1516

0 commit comments

Comments
 (0)