Skip to content

Commit 4632998

Browse files
committed
fix: set ORIGIN environment variable for preview command in Dockerfile
1 parent f201b6a commit 4632998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ COPY . .
1313

1414
RUN pnpm install
1515

16-
CMD ["sh", "-c", "pnpm run db:deploy && pnpm run build && pnpm run preview --host"]
16+
CMD ["sh", "-c", "pnpm run db:deploy && pnpm run build && ORIGIN=https://hintable.me pnpm run preview --host"]

0 commit comments

Comments
 (0)