Merge pull request #369 from anmol098/fix/dockerfile_workdir

Fix/dockerfile workdir
This commit is contained in:
Alexander Sergeev
2023-02-16 22:03:50 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -11,4 +11,4 @@ RUN npm i npm@next-8 && npm i vega vega-lite vega-cli canvas
ADD sources/* ./
ENTRYPOINT python3 ./main.py
ENTRYPOINT python3 /waka-readme-stats/main.py

View File

@@ -11,7 +11,7 @@ inputs:
WAKATIME_API_KEY:
description: 'Your Wakatime API Key'
required: true
SECTION_NAME:
description: 'Name used in readme to scope the updated section'
required: false