diff --git a/README.md b/README.md index 3d2a6b2..a0d6fd9 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,6 @@ Clone this repository to your local machine using Git: - This starter project is designed to streamline your Angular development with Appwrite. - Refer to the [Appwrite documentation](https://appwrite.io/docs) for detailed integration guidance. - Images in the public/img Folder are test Images to change with yours, it will be loading in the styles.css File -- A Dockerfile is on the root Directory to make on a Docker Server a full Web-App +- A Dockerfile is on the root Directory to make on a Docker Server a full Web-App in a Docker Container - Bevore you make a full Web-App you need to build the app for Production with `ng build --configuration=production` . - In the angular.json file you make a entry under server with option to your one web-address-server, in this file you find the etry by searching for `test.123server.at`.