Отредактированы скрипты запуска

This commit is contained in:
2021-08-17 01:59:51 +03:00
parent ef42f93760
commit b81378424f
6 changed files with 10 additions and 6 deletions

View File

@@ -1,2 +1,7 @@
@echo off
set PORT=5000
docker-compose build
docker-compose up

4
runscripts/docker/buildandrun.sh Normal file → Executable file
View File

@@ -1,4 +1,8 @@
#!/bin/bash
set echo off
export PORT=5000
docker-compose build
docker-compose up