From 66840dfd4efa0feb896e2fc8857fe09cf170682b Mon Sep 17 00:00:00 2001 From: Patrick Bashizi Date: Thu, 5 Jan 2023 14:12:36 +0100 Subject: [PATCH] updated readme --- Dockerfile | 2 -- README.md | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 37d902ac..0af0caea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,5 +9,3 @@ FROM nginx:alpine COPY --from=node /app/dist /usr/share/nginx/html -# docker run -d -it -p 80:80/tcp --name ngx-admin bashizip/ngx-admin:latest -# docker exec -it 79fb3f7d6f9d /bin/sh \ No newline at end of file diff --git a/README.md b/README.md index 981c3315..c922d8f7 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ To install ngx-admin you have to use NodeJS version 14.14+ because of [node-sass](https://github.com/sass/node-sass) version utilized in the application. +# Docker + +You can now build your own image and run it on Docker + # Material theme for ngx-admin Material admin theme is based on the most popular Angular dashboard template - [ngx-admin](https://akveo.github.io/ngx-admin?utm_campaign=ngx_admin%20-%20home%20-%20ngx_admin%20github%20readme&utm_source=ngx_admin_material&utm_medium=referral&utm_content=github_readme)