File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/vscode/devcontainers/universal:1-linux
1
+ FROM mcr.microsoft.com/vscode/devcontainers/universal:1-focal
2
+
Original file line number Diff line number Diff line change
1
+ // For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
2
+ // https://github.com/microsoft/vscode-dev-containers/tree/v0.224.2/containers/codespaces-linux
1
3
{
2
4
"name" : " GitHub Codespaces (Default)" ,
3
5
"build" : {
44
46
// Use 'forwardPorts' to make a list of ports inside the container available locally.
45
47
// "forwardPorts": [],
46
48
47
- // "oryx build" will automatically install your dependencies and attempt to build your project
48
- "postCreateCommand" : " oryx build -p virtualenv_name=.venv --log-file /tmp/oryx-build.log --manifest-dir /tmp || echo 'Could not auto-build. Skipping.'"
49
- }
49
+ "postCreateCommand" : " echo 'Post create commands here'"
50
+ }
You can’t perform that action at this time.
0 commit comments