Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Jun 13, 2024
1 parent 38045b3 commit a832f06
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Devcontainer Image

This repository contains a Devcontainer Image for Shopware 6.6.

## Example file for plugin development

```json
{
"image": "quay.io/friendsofshopware/devcontainer:6.6.3-8.3",
"workspaceMount": "source=${localWorkspaceFolder}/,target=/var/www/html/custom/plugins/FroshTools,type=bind",
"workspaceFolder": "/var/www/html",
"overrideCommand": false,
"updateRemoteUserUID": true,
"portsAttributes": {
"8000": {
"label": "Shopware",
"onAutoForward": "notify"
},
"8080": {
"label": "Administration Watcher",
"onAutoForward": "notify"
}
},
"onCreateCommand": "php bin/console plugin:refresh && php bin/console plugin:install --activate FroshTools"
}
```

You can browse https://quay.io/repository/friendsofshopware/devcontainer for all tags.

0 comments on commit a832f06

Please sign in to comment.