feat(docker): Add .dockerignore and update Dockerfile for production build
This commit is contained in:
+12
-12
@@ -5,7 +5,7 @@
|
||||
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
|
||||
"main": "./node_modules/expo-router/entry.js",
|
||||
"scripts": {
|
||||
"start": "expo start",
|
||||
"start": "expo start --port 9090",
|
||||
"android": "expo start --android",
|
||||
"ios": "expo start --ios",
|
||||
"web": "expo start --web",
|
||||
@@ -26,36 +26,36 @@
|
||||
"@expo/ngrok": "^4.1.3",
|
||||
"axios": "^1.7.8",
|
||||
"expo": "~52.0.18",
|
||||
"expo-auth-session": "^6.0.1",
|
||||
"expo-blur": "^14.0.1",
|
||||
"expo-checkbox": "^4.0.0",
|
||||
"expo-auth-session": "~6.0.3",
|
||||
"expo-blur": "~14.0.3",
|
||||
"expo-checkbox": "~4.0.1",
|
||||
"expo-constants": "~17.0.3",
|
||||
"expo-font": "^13.0.1",
|
||||
"expo-haptics": "^14.0.0",
|
||||
"expo-font": "~13.0.4",
|
||||
"expo-haptics": "~14.0.1",
|
||||
"expo-image": "~2.0.3",
|
||||
"expo-image-picker": "~16.0.3",
|
||||
"expo-linking": "~7.0.3",
|
||||
"expo-router": "~4.0.11",
|
||||
"expo-secure-store": "~14.0.0",
|
||||
"expo-splash-screen": "^0.29.18",
|
||||
"expo-status-bar": "^2.0.0",
|
||||
"expo-status-bar": "~2.0.1",
|
||||
"expo-symbols": "^0.2.0",
|
||||
"expo-system-ui": "^4.0.6",
|
||||
"expo-updates": "~0.26.10",
|
||||
"expo-updates": "~0.27.4",
|
||||
"expo-web-browser": "~14.0.1",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react-native": "0.76.5",
|
||||
"react-native-gesture-handler": "^2.21.2",
|
||||
"react-native": "0.76.9",
|
||||
"react-native-gesture-handler": "~2.20.2",
|
||||
"react-native-modal": "^13.0.1",
|
||||
"react-native-paper": "^5.12.5",
|
||||
"react-native-reanimated": "~3.16.3",
|
||||
"react-native-safe-area-context": "4.12.0",
|
||||
"react-native-screens": "~4.1.0",
|
||||
"react-native-screens": "~4.4.0",
|
||||
"react-native-status-bar-height": "^2.6.0",
|
||||
"react-native-switch-with-icons": "^3.0.1",
|
||||
"react-native-web": "~0.19.13",
|
||||
"react-native-webview": "^13.12.5",
|
||||
"react-native-webview": "13.12.5",
|
||||
"reanimated-color-picker": "^4.1.0",
|
||||
"sharp": "^0.33.5"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user