Skip to content

Commit

Permalink
Revert "#86: fix docker network communication"
Browse files Browse the repository at this point in the history
This reverts commit 2bf8b28.
  • Loading branch information
snowme34 committed Apr 1, 2019
1 parent 6ebc0b7 commit 5f536c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"aws-deploy": "npm run build && aws s3 sync ./build s3://sdschedule.com --delete",
"webpack-analyze": "react-scripts build --stats && webpack-bundle-analyzer build/bundle-stats.json -m static -r build/bundle-stats.html -O"
},
"proxy": "http://sdschedule-backend:5000/",
"proxy": "http://localhost:5000/",
"devDependencies": {
"chai": "^4.2.0",
"chai-enzyme": "^1.0.0-beta.1",
Expand Down

0 comments on commit 5f536c1

Please sign in to comment.