feat: docker for production deployment

This commit is contained in:
2025-07-22 11:46:29 +04:00
parent ab29a8692e
commit 6b728f3780
8 changed files with 86 additions and 4 deletions

4
build_docker.sh Normal file
View File

@ -0,0 +1,4 @@
sudo docker build -t git.logidex.ru/aserbin/logidex-id-frontend:latest .
sudo docker images git.logidex.ru/aserbin/logidex-id-frontend:latest
sudo docker login git.logidex.ru
sudo docker push git.logidex.ru/aserbin/logidex-id-frontend:latest