Use new env var
This commit is contained in:
+1
-1
@@ -13,4 +13,4 @@ RUN yarn
|
|||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
||||||
CMD ["pwd"]
|
CMD ["pwd"]
|
||||||
CMD ["yarn", "web"]
|
CMD ["$APPVIEW_PROXY", "yarn", "web"]
|
||||||
|
|||||||
@@ -4,3 +4,7 @@ export const LOG_LEVEL = (process.env.EXPO_PUBLIC_LOG_LEVEL || 'info') as
|
|||||||
| 'info'
|
| 'info'
|
||||||
| 'warn'
|
| 'warn'
|
||||||
| 'error'
|
| 'error'
|
||||||
|
|
||||||
|
export const APPVIEW_PROXY = process.env.APPVIEW_PROXY || ''
|
||||||
|
|
||||||
|
console.log({APPVIEW_PROXY})
|
||||||
|
|||||||
Reference in New Issue
Block a user