Skip to content

Commit 2fbc210

Browse files
deploy6
1 parent 9404cdc commit 2fbc210

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ server {
104104
}
105105

106106
server {
107-
server_name Vpaybankwebhook.starzc.com;
107+
server_name vpaybankwebhook.starzc.com;
108108

109109
location / {
110110
proxy_pass http://localhost:3003;
@@ -116,9 +116,6 @@ server {
116116

117117

118118
}
119-
120-
121-
122119
}
123120
sudo nginx -t
124121
sudo nginx -s reload

docker/Dockerfile.bankwebhook

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ RUN npm run swagger:build
1717

1818
RUN npm run build --filter=apps/bank-webhook
1919

20-
CMD ["npm", "run", "start-bankwebhook"]
20+
CMD ["npm", "run", "start"]

0 commit comments

Comments
 (0)