We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be113ef commit 76605eaCopy full SHA for 76605ea
entrypoint.sh
@@ -5,11 +5,11 @@ aws s3 cp s3://reancare-configs/rean-admin-portal/.env ./.env
5
aws s3 cp s3://reancare-configs/rean-admin-portal/constants.ts /app/src/lib
6
7
# #aha-prod
8
-# aws s3 cp s3://$S3_CONFIG_BUCKET/$S3_CONFIG_PATH/rean-admin-portal/.env ./.env
9
-# aws s3 cp s3://$S3_CONFIG_BUCKET/$S3_CONFIG_PATH/rean-admin-portal/constants.ts /app/src/lib
+aws s3 cp s3://$S3_CONFIG_BUCKET/$S3_CONFIG_PATH/rean-admin-portal/.env ./.env
+aws s3 cp s3://$S3_CONFIG_BUCKET/$S3_CONFIG_PATH/rean-admin-portal/constants.ts /app/src/lib
10
11
cd /app/build
12
# Add any other scripts here...
13
# Start the service
14
# npm run start
15
-node index.js
+node index.js
0 commit comments