This project was generated with Angular CLI version 15.2.9.
This is the Administration of the company Vision Inmobiliaria Venezuela
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
Run npm run build:major
or npm run build:minor
or npm run build:patch
to update the project versioning.
This and build and push the docker project inside pruebacontainerluighi2693
account
Keep in mind that when you run any of these commands, you need to track the changes from the package.json (the version number)
docker build --platform linux/amd64 -t pruebacontainerluighi2693/vision-admin-angular-frontend:latest .
-
docker push pruebacontainerluighi2693/vision-admin-angular-frontend:latest
-
docker stop $(docker ps | grep 'vision-admin-angular-frontend:latest' | awk '{print $1}')
-
docker rm $(docker ps -a | grep 'vision-admin-angular-frontend:latest' | awk '{print $1}')
-
docker image rm $(docker image ls | grep 'pruebacontainerluighi2693/vision-admin-angular-frontend' | grep -v 'site' | awk '{print $3}')
-
docker run -d -p 3002:80 pruebacontainerluighi2693/vision-admin-angular-frontend:latest