https://github.com/zmitry/docker-smarty
noooooooooooooo
https://github.com/zmitry/docker-smarty
Last synced: about 1 month ago
JSON representation
noooooooooooooo
- Host: GitHub
- URL: https://github.com/zmitry/docker-smarty
- Owner: zmitry
- Created: 2018-02-01T09:32:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-01T09:36:02.000Z (over 8 years ago)
- Last Synced: 2025-03-23T00:26:21.603Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 312 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## DOCKER SMARTY
```
docker build -t smarty-php .
docker run -ti -p 80:80 --rm -v (PWD)/src:/var/www/html/ smarty-php
```