Skip to content
Snippets Groups Projects
Verified Commit b9d09572 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

fix localhost issue with docker

parent 12a5711b
No related branches found
No related tags found
No related merge requests found
......@@ -36,9 +36,9 @@ module.exports = (grunt) ->
port: 9000
# Change hostname to '0.0.0.0' to access
# the server from outside.
hostname: 'localhost'
#hostname: '0.0.0.0'
base: '.'
open: true
#open: true
livereload: true
jshint:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment