phpcontainer/README.md

19 lines
532 B
Markdown
Raw Normal View History

2023-08-23 09:23:17 -07:00
# 4 Lights Consulting
The apache php docker container that we use for production.
2023-08-23 09:50:14 -07:00
User Documentation: https://git.nickyeoman.com/4lt/phpcontainer/wiki
2023-08-23 09:54:57 -07:00
Dockerhub: https://hub.docker.com/r/4lights/phpcontainer
2023-08-23 09:50:14 -07:00
## 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
2023-08-23 09:54:57 -07:00
```