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 50a7781 commit a247a1cCopy full SHA for a247a1c
.circleci/config.yml
@@ -422,7 +422,7 @@ jobs:
422
command: |
423
mv apps/web/.next/standalone ~/dist
424
mv apps/web/public ~/dist/apps/web/public
425
- mv apps/web/private-static ~/dist/apps/web/private-static
+ cp -r apps/web/private-static ~/dist/apps/web/private-static
426
mv apps/web/.next/static ~/dist/apps/web/.next/static
427
cd ~/dist
428
NODE_TLS_REJECT_UNAUTHORIZED="0" HOSTNAME=localhost node apps/web/server.js
0 commit comments