Commit 99203974 authored by 田勇's avatar 田勇 Committed by Shao Yu-Lung (Allen)

add `force` option when start laravel-echo-server, update laravel-ech… (#2052)

* add `force` option when start laravel-echo-server, update laravel-echo-server version'
* move --force ottion to dockerfile
parent 6f4664c5
......@@ -19,4 +19,4 @@ RUN npm install
COPY laravel-echo-server.json /usr/src/app/laravel-echo-server.json
EXPOSE 3000
CMD [ "npm", "start" ]
CMD [ "npm", "start", "--force" ]
......@@ -4,9 +4,9 @@
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"laravel-echo-server": "^1.2.8"
"laravel-echo-server": "^1.5.0"
},
"scripts": {
"start": "laravel-echo-server start"
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment