Commit 7bbb1926 authored by DuanPengfei's avatar DuanPengfei

feat: update easy-mock to 1.6.0

parent 03081a4c
......@@ -28,8 +28,8 @@ RUN wget http://cdn.npm.taobao.org/dist/node/v8.4.0/node-v8.4.0-linux-x64.tar.gz
USER easy-mock
RUN mkdir easy-mock && \
wget https://github.com/easy-mock/easy-mock/archive/v1.5.1.tar.gz && \
tar -xzvf v1.5.1.tar.gz -C easy-mock --strip-components 1
wget https://github.com/easy-mock/easy-mock/archive/v1.6.0.tar.gz && \
tar -xzvf v1.6.0.tar.gz -C easy-mock --strip-components 1
# npm install dependencies and run build
WORKDIR /home/easy-mock/easy-mock
......
......@@ -16,7 +16,7 @@ services:
source: ./data/redis # redis 数据文件存放地址,根据需要修改为本地地址
target: /data
web:
image: easymock/easymock:1.5.1
image: easymock/easymock:1.6.0
command: /bin/bash -c "npm start"
links:
- mongodb:mongodb
......
......@@ -14,7 +14,7 @@ services:
source: ./data/redis # redis 数据文件存放地址,根据需要修改为本地地址
target: /data
web:
image: easymock/easymock:1.5.1
image: easymock/easymock:1.6.0
command: /bin/bash -c "npm start"
links:
- mongodb:mongodb
......
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