Skip to content

Commit

Permalink
testing different env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mohit2152sharma committed Dec 12, 2024
1 parent 217218e commit 15740a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ RUN bun run build

EXPOSE 3000
ENV ORIGIN https://longpost.in
# ENV PROTOCOL_HEADER=x-forwarded-proto
# ENV HOST_HEADER=x-forwarded-host
ENV PROTOCOL_HEADER x-forwarded-proto
ENV HOST_HEADER x-forwarded-host
ENTRYPOINT ["bun", "./build"]

0 comments on commit 15740a4

Please sign in to comment.