phpcontainer/README.md

16 lines
473 B
Markdown

# 4 Lights Consulting
The apache php docker container that we use for production.
User Documentation: https://git.nickyeoman.com/4lt/phpcontainer/wiki
## Development Documentation
You might have to login with your api key.
```
sudo docker build -t phpcontainer:1 .
sudo docker tag phpcontainer:1 4lights/phpcontainer:v1
sudo docker tag phpcontainer:1 4lights/phpcontainer:latest
sudo docker push 4lights/phpcontainer:v1
sudo docker push 4lights/phpcontainer:latest
```