mirror of
https://github.com/Llloooggg/Dyxless.git
synced 2026-03-06 10:46:24 +03:00
Отказ от докера и хероку
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
|
||||
@echo off
|
||||
|
||||
set PORT=5000
|
||||
|
||||
docker-compose build
|
||||
docker-compose up
|
||||
@@ -1,8 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set echo off
|
||||
|
||||
export PORT=5000
|
||||
|
||||
docker-compose build
|
||||
docker-compose up
|
||||
@@ -1,3 +0,0 @@
|
||||
docker-compose build
|
||||
heroku container:push web -a dyxless & ^
|
||||
heroku container:release web -a dyxless
|
||||
@@ -1,5 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker-compose build
|
||||
heroku container:push web -a dyxless || true
|
||||
heroku container:release web -a dyxless
|
||||
8
runscripts/linux/startserverprod.sh
Normal file
8
runscripts/linux/startserverprod.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
set echo off
|
||||
|
||||
export FLASK_APP=dyxless
|
||||
export FLASK_ENV=development
|
||||
|
||||
gunicorn --bind 0.0.0.0:5000 dyxless.__init__:app
|
||||
Reference in New Issue
Block a user