https://github.com/cvreferral/docker-phalcon
Base image for Docker Phalcon
https://github.com/cvreferral/docker-phalcon
docker-image dockerfile phalcon-php
Last synced: 11 months ago
JSON representation
Base image for Docker Phalcon
- Host: GitHub
- URL: https://github.com/cvreferral/docker-phalcon
- Owner: CVReferral
- License: mit
- Created: 2019-09-11T06:47:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-12T02:27:17.000Z (over 6 years ago)
- Last Synced: 2025-01-14T07:11:50.443Z (about 1 year ago)
- Topics: docker-image, dockerfile, phalcon-php
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Phalcon Docker
- Phalcon 3.4.4
- PHP 7.1
- Apache
## Web data volume
```yaml
volumes:
- ./www:/var/www/html
```
## Build
```bash
$ docker build -t ./
```
## Push
```bash
$ docker push
```