updated readme

This commit is contained in:
Patrick Bashizi 2023-01-05 14:12:36 +01:00
parent c6b9ecc058
commit 66840dfd4e
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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)