https://github.com/friendsofshopware/gitpod-shopware-workspace-image
Gitpod Workspace Image for Shopware
https://github.com/friendsofshopware/gitpod-shopware-workspace-image
Last synced: about 1 month ago
JSON representation
Gitpod Workspace Image for Shopware
- Host: GitHub
- URL: https://github.com/friendsofshopware/gitpod-shopware-workspace-image
- Owner: FriendsOfShopware
- Created: 2023-09-16T20:53:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-18T09:24:55.000Z (over 1 year ago)
- Last Synced: 2023-09-18T10:57:35.742Z (over 1 year ago)
- Language: Dockerfile
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gitpod Shopware Workspace Image
The Image contains the following things pre-installed and configured:
- Symfony-CLI
- Shopware-CLI
- PHP 8.2 with all extensions enabled.
- Node 18
- MySQL 8.0 client pre-configured to local## How to use the Image?
```yaml
# .gitpod.yml
image: friendsofshopware/gitpod-shopware-workspace:latest
```