Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#538 Language python #562

Merged
merged 4 commits into from
Oct 30, 2024
Merged

Conversation

SidorovVladimir
Copy link
Contributor

@SidorovVladimir SidorovVladimir commented Oct 27, 2024

#538 Added a python code execution environment using a docker container.

- Added a compiler for python
@SidorovVladimir SidorovVladimir changed the title [#538] Language python #538 Language python Oct 27, 2024
package.json Outdated
"@nestjs/cli": "^9.2.0",
"@playwright/test": "^1.30.0",
"node-gyp": "^9.3.1"
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SidorovVladimir can you undo changes here and fix editors settinns? By default in package.json file indent is 2 spacees

@@ -5,7 +5,7 @@
"private": true,
"license": "Affero GPL 3.0",
"scripts": {
"build": "nest build",
"build": "nest build && docker build -t my-code-runner-python ./src/runner/dockers/python",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets move docker build command from backend/package.json into main Makefile (or backend/Makefile).
We use Makefile specifically for infrastructure/project preparation management

@dzencot dzencot merged commit d98495b into hexlet-rus:main Oct 30, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants