From f93a752dfc2c53ad21abcba8c86df681eb82efeb Mon Sep 17 00:00:00 2001 From: crappyrules Date: Sun, 5 Oct 2025 01:47:07 -0400 Subject: [PATCH] chore(web): Ship Solana dApp (solana.html/js) in Docker image and link from homepage; update deploy script to include files --- website/Dockerfile | 3 +++ website/deploy.sh | 3 +++ website/index.html | 4 +++- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/website/Dockerfile b/website/Dockerfile index e4e8f63..0939e69 100644 --- a/website/Dockerfile +++ b/website/Dockerfile @@ -4,6 +4,9 @@ FROM nginx:alpine COPY index.html /usr/share/nginx/html/ COPY styles.css /usr/share/nginx/html/ COPY script.js /usr/share/nginx/html/ +# Include Solana dApp files +COPY solana.html /usr/share/nginx/html/ +COPY solana.js /usr/share/nginx/html/ # Create assets directory and copy source files RUN mkdir -p /usr/share/nginx/html/assets diff --git a/website/deploy.sh b/website/deploy.sh index d3becb2..2254229 100755 --- a/website/deploy.sh +++ b/website/deploy.sh @@ -42,6 +42,9 @@ cp nginx.conf $DEPLOY_DIR/ cp index.html $DEPLOY_DIR/ cp styles.css $DEPLOY_DIR/ cp script.js $DEPLOY_DIR/ +# Include Solana dApp files +if [ -f solana.html ]; then cp solana.html $DEPLOY_DIR/; fi +if [ -f solana.js ]; then cp solana.js $DEPLOY_DIR/; fi cp -r assets $DEPLOY_DIR/ # Create deployment info diff --git a/website/index.html b/website/index.html index e055d5a..18aa958 100644 --- a/website/index.html +++ b/website/index.html @@ -22,6 +22,7 @@
  • BSC vs ETH
  • Revenue Model
  • Deployment
  • +
  • Solana dApp
  • @@ -30,7 +31,8 @@

    Decentralized Finance Opportunity

    Complete analysis of PoWHD smart contract economics and deployment strategies

    -
    +
    + Open Solana dApp

    $35

    BSC Deployment Cost