Skip to content

Commit

Permalink
fix: docker file nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
uniquemo committed May 21, 2020
1 parent 86906e0 commit c2e31c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ RUN yarn build
FROM nginx
COPY --from=builder /usr/src/app/dist /usr/share/nginx/html
COPY nginx.conf /etc/nginx/conf.d/default.conf
CMD ["nginx", "-g", "daemon off;"]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-netease-music",
"version": "1.1.0",
"version": "1.1.1",
"description": "基于React、TypeScript的高仿网易云mac客户端播放器",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c2e31c6

Please sign in to comment.