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 daa2a19Copy full SHA for daa2a19
entrypoint.sh
@@ -4,12 +4,12 @@
4
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
+#aha-prod
+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