Skip to content

Commit daa2a19

Browse files
Update entrypoint.sh
1 parent be113ef commit daa2a19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

entrypoint.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
aws s3 cp s3://reancare-configs/rean-admin-portal/.env ./.env
55
aws s3 cp s3://reancare-configs/rean-admin-portal/constants.ts /app/src/lib
66

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
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
1010

1111
cd /app/build
1212
# Add any other scripts here...
1313
# Start the service
1414
# npm run start
15-
node index.js
15+
node index.js

0 commit comments

Comments
 (0)