💚 test if codefirst only deploy port 80
continuous-integration/drone/push Build is passing Details

docker-deployment
Vincent ASTOLFI 11 months ago
parent 384717710a
commit 773b4fbd22

@ -2,7 +2,7 @@ const express = require("express");
const app = express();
const http = require("http").Server(app);
const io = require("socket.io")(http);
const port = 8081;
const port = 80;
app.use(express.static("public"));

Loading…
Cancel
Save