Skip to content

Commit a247a1c

Browse files
committed
chore: e2e server build paths fix
1 parent 50a7781 commit a247a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ jobs:
422422
command: |
423423
mv apps/web/.next/standalone ~/dist
424424
mv apps/web/public ~/dist/apps/web/public
425-
mv apps/web/private-static ~/dist/apps/web/private-static
425+
cp -r apps/web/private-static ~/dist/apps/web/private-static
426426
mv apps/web/.next/static ~/dist/apps/web/.next/static
427427
cd ~/dist
428428
NODE_TLS_REJECT_UNAUTHORIZED="0" HOSTNAME=localhost node apps/web/server.js

0 commit comments

Comments
 (0)