https://github.com/smapira/ec-cube4-php7-fpm-alpine
A PHP Docker image including additional PHP extensions to run EC-Cube
https://github.com/smapira/ec-cube4-php7-fpm-alpine
alpine ec-cube php7 symfony
Last synced: about 1 month ago
JSON representation
A PHP Docker image including additional PHP extensions to run EC-Cube
- Host: GitHub
- URL: https://github.com/smapira/ec-cube4-php7-fpm-alpine
- Owner: smapira
- Created: 2018-08-12T12:18:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-12T13:47:21.000Z (almost 8 years ago)
- Last Synced: 2025-04-05T10:41:52.307Z (about 1 year ago)
- Topics: alpine, ec-cube, php7, symfony
- Language: Dockerfile
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ec-cube4-php7-fpm-alpine
## usage
```bash
docker build --rm -t smapira/ec-cube4-php7-fpm-alpine .
NAME_SPACE=ec-cube
docker run \
-d \
-p 80:8000 \
--name ${NAME_SPACE} \
smapira/ec-cube4-php7-fpm-alpine
open http://localhost
```