Skip to content

Commit 8ad995f

Browse files
authored
chore: update the dev file and add most recent nodeshift
* chore: update the dev file and add most recent nodeshift * squash: remove console.log
1 parent f4fa05f commit 8ad995f

File tree

4 files changed

+248
-12
lines changed

4 files changed

+248
-12
lines changed

.devfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ components:
77
image: registry.redhat.io/devspaces/udi-rhel9
88
endpoints:
99
- exposure: public
10+
protocol: https
1011
name: application-index
1112
targetPort: 8080
1213
- exposure: none

bin/www

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const server = http.createServer(app);
4545
* Listen on provided port, on all network interfaces.
4646
*/
4747

48-
server.listen(port);
48+
server.listen(port, '0.0.0.0');
4949
server.on('error', onError);
5050
server.on('listening', onListening);
5151

0 commit comments

Comments
 (0)