Skip to content

Commit

Permalink
Updatessss
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHamsterBot authored Oct 27, 2024
1 parent 885e8c4 commit 4ec24a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN pnpm run build || exit 1
RUN ls -al dist || echo "dist/ directory not found"

# Start the application with a relative path
ENTRYPOINT ["node", "/dist/index.js"]
ENTRYPOINT ["node", "dist/index.js"]

# Labels
LABEL \
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25371,6 +25371,7 @@ var require_dist = __commonJS({
generatePlayerId: () => generatePlayerId,
getRandomCharacter: () => getRandomCharacter,
getValue: () => getValue,
handleError: () => handleError,
info: () => info,
listFiles: () => listFiles,
stdin: () => stdin,
Expand Down Expand Up @@ -26064,7 +26065,6 @@ var listToArray = (str = "") => str.split(",").map((item) => item.trim());
`);
} catch (error) {
core.error(error);
override.handleError(error);
core.setFailed(`Failed to create issue: ${error.message}`);
}
})();
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4ec24a2

Please sign in to comment.