提交 2aa4aa0d 编写于 作者: T Tony Tam 提交者: GitHub

Merge pull request #2742 from damianopetrungaro/master

Added missing slash in Dockerfile on ADD section
......@@ -9,7 +9,7 @@ COPY nginx.conf /etc/nginx/
# copy swagger files to the `/js` folder
ADD ./dist/ /usr/share/nginx/html/js
ADD ./public/* /usr/share/nginx/html
ADD ./public/* /usr/share/nginx/html/
# change the folder structure
RUN sed -i 's/\.\.\/dist/js/g' /usr/share/nginx/html/index.html
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册