update pour test
This commit is contained in:
parent
3bdd278b39
commit
a7ba884c0c
2
app.js
2
app.js
@ -6,7 +6,7 @@ const mangaRoutes = require('./routes/mangaRoutes');
|
|||||||
require('dotenv').config();
|
require('dotenv').config();
|
||||||
|
|
||||||
const app = express();
|
const app = express();
|
||||||
const PORT = process.env.PORT || 3001;
|
const PORT = process.env.PORT || 3000;
|
||||||
|
|
||||||
app.use(express.json());
|
app.use(express.json());
|
||||||
app.use('/', mangaRoutes);
|
app.use('/', mangaRoutes);
|
||||||
|
|||||||
@ -3,5 +3,5 @@ services:
|
|||||||
web:
|
web:
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- "3001:3000"
|
- "3000"
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user