Skip to content

Commit

Permalink
Add default
Browse files Browse the repository at this point in the history
  • Loading branch information
fhammerl committed Mar 17, 2022
1 parent 4d76eb4 commit e3e3c81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
FROM mcr.microsoft.com/vscode/devcontainers/universal:1-linux
FROM mcr.microsoft.com/vscode/devcontainers/universal:1-focal

7 changes: 4 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.2/containers/codespaces-linux
{
"name": "GitHub Codespaces (Default)",
"build": {
Expand Down Expand Up @@ -44,6 +46,5 @@
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

// "oryx build" will automatically install your dependencies and attempt to build your project
"postCreateCommand": "oryx build -p virtualenv_name=.venv --log-file /tmp/oryx-build.log --manifest-dir /tmp || echo 'Could not auto-build. Skipping.'"
}
"postCreateCommand": "echo 'Post create commands here'"
}

0 comments on commit e3e3c81

Please sign in to comment.