This commit is contained in:
karl.hudgell 2021-02-04 17:24:13 +00:00
parent abdf305613
commit 97502e8e53
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
docker stop bblbtv_dns &&\
docker rm --force bblbtv_dns &&\
docker build -t bblbtv_dns . &&\
docker run -v ${PWD}/logs:/usr/src/app/logs -d --name bblbtv_dns bblbtv_dns:latest
docker run -p 6969:6969 -v ${PWD}/logs:/usr/src/app/logs -d --name bblbtv_dns bblbtv_dns:latest

2
app.js
View File

@ -3,7 +3,7 @@ fs = require('fs');
var tableify = require('tableify');
const express = require('express')
const app = express()
const port = 3000
const port = 6969
const url = "http://webservgroup.xyz/smarters4567891/api/home.php?action=dns"