diff --git a/container/app.js b/container/app.js index da6c54e..6745596 100644 --- a/container/app.js +++ b/container/app.js @@ -10,7 +10,7 @@ app.use(express.static('static')); app.use(morgan('combined')); var port = process.env.PORT || 8080; -var message = process.env.MESSAGE || "WebAssembly is the future!"; +var message = process.env.MESSAGE || "WebAssembly is the future 2025!"; app.get('/', function (req, res) { res.render('home', {