Переделка скрипта для контейнера

This commit is contained in:
2024-11-06 23:32:04 +03:00
parent 7e39763d77
commit e76b26c6d6
2 changed files with 4 additions and 4 deletions

4
build.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
docker build -t tsettaro/kursovaya-ris:latest .
docker push tsettaro/kursovaya-ris:latest

View File

@@ -1,4 +0,0 @@
#!/bin/bash
docker build -t ris:latest .
docker run -d -p 5001:5001 ris