Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
oanhnn committed Jan 9, 2019
1 parent 04d5d08 commit 5b43334
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apk add --update --no-cache sqlite openssl \

COPY . /usr/local/

ENTRYPOINT ["usr/local/bin/docker-entrypoint.sh"]
ENTRYPOINT ["docker-entrypoint"]

VOLUME /app

Expand Down
File renamed without changes.
3 changes: 2 additions & 1 deletion src/laravel-echo-server.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
},
"sqlite": {
"databasePath": "/app/database/laravel-echo-server.sqlite"
}
},
"publishPresence": true
},
"devMode": false,
"host": null,
Expand Down

0 comments on commit 5b43334

Please sign in to comment.