Skip to content

Commit 1dc79e7

Browse files
committed
financial app work
1 parent 17442a9 commit 1dc79e7

File tree

107 files changed

+5
-60
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+5
-60
lines changed

financial/frontend-react/package.json

Lines changed: 0 additions & 45 deletions
This file was deleted.
File renamed without changes.

financial/frontend-react/build.sh renamed to financial/react-frontend/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ echo about to build...
1919
#podman build -t=$IMAGE .
2020
#podman buildx build --platform linux/amd64 --build-arg REACT_APP_BACKEND_URL=https://oracledatabase-financial.org -t $IMAGE .
2121
#podman buildx build --platform linux/amd64 -t $IMAGE --load .
22-
podman buildx build --memory=4g --platform linux/amd64 \
22+
podman buildx build --memory=8g --platform linux/amd64 \
2323
--build-arg REACT_APP_BACKEND_URL=https://oracledatabase-financial.org \
2424
--build-arg REACT_APP_MICROTX_TRANSFER_SERVICE_URL=https://oracleai-financial.org/transfer \
2525
--build-arg REACT_APP_MICROTX_ACCOUNT_SERVICE_URL=https://oracleai-financial.org/accounts \

0 commit comments

Comments
 (0)