Skip to content

Commit 2a73e98

Browse files
committed
last test
1 parent 5312f9a commit 2a73e98

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ name: Docker Build and Push
22

33
on:
44
push:
5-
branches: [ main, master, guni_test ]
5+
branches: [ main, master ]
66
pull_request:
7-
branches: [ main, master, guni_test ]
8-
workflow_dispatch:
7+
branches: [ main, master ]
98

109
env:
1110
SERVIZIO_OC: oc_api

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ EXPOSE 8080
3535
CMD ["gunicorn", \
3636
"-w", "2", \
3737
"--worker-class", "gevent", \
38-
"--worker-connections", "500", \
38+
"--worker-connections", "800", \
3939
"--timeout", "1000", \
4040
"-b", "0.0.0.0:8080", \
4141
"api_oc:application"]

docker_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.7sync-gunicorn-test4
1+
1.4.0sync

0 commit comments

Comments
 (0)