Skip to content
Snippets Groups Projects

Resolve "Improve on the build process of the docker image"

Merged Adam Fekete requested to merge 906-improve-on-the-build-process-of-the-docker-image into develop
Compare and
82 files
+ 352605
1406
Compare changes
  • Side-by-side
  • Inline
Files
82
+ 3
1
@@ -106,7 +106,9 @@
},
"files.exclude": {
"\"**/*.pyc\": {\"when\": \"$(basename).py\"}": true,
"**/__pycache__": true
"**/__pycache__": true,
"**/node_modules": true
},
"eslint.workingDirectories": [
{
Loading