updated developer documentation
This commit is contained in:
parent
ce6fd4b78c
commit
0330e219ed
13
README.md
13
README.md
@ -2,4 +2,15 @@
|
|||||||
|
|
||||||
The apache php docker container that we use for production.
|
The apache php docker container that we use for production.
|
||||||
|
|
||||||
Documentation: https://git.nickyeoman.com/4lt/phpcontainer/wiki
|
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
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user