Skip to content

Commit

Permalink
build: Update devcontainer.json (#7477)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Feb 1, 2025
1 parent 5d2caec commit 6f6aa80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 106 deletions.
77 changes: 0 additions & 77 deletions .devcontainer/Dockerfile

This file was deleted.

14 changes: 6 additions & 8 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"name": "PHP & SQLite",
"service": "app",
"workspaceFolder": "/workspace",
"dockerComposeFile": "docker-compose.yml",

"image": "ghcr.io/asbiin/devcontainers/php:8.2",

// For use with PHP or Apache (e.g.php -S localhost:8080 or apache2ctl start)
"forwardPorts": [8080],

"features": {
"ghcr.io/devcontainers/features/github-cli:1": {}
},

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": ".devcontainer/postCreate.sh",
"postStartCommand": ".devcontainer/postStart.sh"

// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
// "remoteUser": "vscode"
}
21 changes: 0 additions & 21 deletions .devcontainer/docker-compose.yml

This file was deleted.

0 comments on commit 6f6aa80

Please sign in to comment.