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 @@
Complete analysis of PoWHD smart contract economics and deployment strategies
-BSC Deployment Cost