Merge pull request #469 from morlay/master

make docker simpler
This commit is contained in:
Orange Mug
2018-11-17 15:34:18 +00:00
committed by GitHub

View File

@@ -12,4 +12,5 @@ WORKDIR ${HOME}
RUN npm install -d --dev
RUN npm run build
CMD npm run start -- --host 0.0.0.0
WORKDIR ${HOME}/build/build
CMD python -m SimpleHTTPServer 8888