fix: docker 설정 추가

build별 설정 분리
main
minuk926 3 years ago
parent 6dc4a576af
commit 9ede6f69d7

@ -0,0 +1,4 @@
REACT_APP_MODE=local
REACT_APP_VERSION = v0.0.1
REACT_APP_API_URL=http://localhost:8090
REACT_APP_SERVER_TIMEOUT=6000

6
.gitignore vendored

@ -13,10 +13,8 @@
# misc # misc
.DS_Store .DS_Store
.env.local #.env.local
.env.development.local #.env.production
.env.test.local
.env.production.local
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*

Loading…
Cancel
Save