Skip to content

Commit e3e3c81

Browse files
committed
Add default
1 parent 4d76eb4 commit e3e3c81

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
FROM mcr.microsoft.com/vscode/devcontainers/universal:1-linux
1+
FROM mcr.microsoft.com/vscode/devcontainers/universal:1-focal
2+

.devcontainer/devcontainer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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
13
{
24
"name": "GitHub Codespaces (Default)",
35
"build": {
@@ -44,6 +46,5 @@
4446
// Use 'forwardPorts' to make a list of ports inside the container available locally.
4547
// "forwardPorts": [],
4648

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+
}

0 commit comments

Comments
 (0)