From 26c2f4e9908cba38fd2328a6ce684ede007d277e Mon Sep 17 00:00:00 2001 From: Nick Yeoman Date: Wed, 23 Aug 2023 09:50:14 -0700 Subject: [PATCH] updated developer documentation --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d66426..b06688b 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,15 @@ The apache php docker container that we use for production. -Documentation: https://git.nickyeoman.com/4lt/phpcontainer/wiki \ No newline at end of file +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 +``` \ No newline at end of file