Skip to content

Commit

Permalink
build(#151): container increase
Browse files Browse the repository at this point in the history
  • Loading branch information
mjh000526 committed Dec 3, 2024
1 parent f33f6c1 commit eadc1e9
Show file tree
Hide file tree
Showing 4 changed files with 7,309 additions and 732 deletions.
2 changes: 1 addition & 1 deletion apps/backend/src/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ export enum SUPPORTED_LANGUAGES {
JS = '.js'
}

export const MAX_CONTAINER_CNT = 5;
export const MAX_CONTAINER_CNT = 10;
1 change: 1 addition & 0 deletions apps/backend/src/docker/docker.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export class DockerController {
'main.js',
inputs
);
console.log(value);
return value;
} catch (e) {
console.error(e.message);
Expand Down
Loading

0 comments on commit eadc1e9

Please sign in to comment.