Skip to content

Commit

Permalink
Merging remote-tracking branch 'origin' into expose_80
Browse files Browse the repository at this point in the history
  • Loading branch information
alaxalves committed Nov 23, 2017
2 parents 99ffb37 + cf8339e commit a5cd397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion express-prod-server.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const express = require('express');

const app = express();
const port = process.env.PORT || 8080;
const port = process.env.PORT || 80;
const router = express.Router();

app.use(express.static(`${__dirname}/dist`));
Expand Down

0 comments on commit a5cd397

Please sign in to comment.