Skip to content

Commit

Permalink
why did that sigsegv
Browse files Browse the repository at this point in the history
  • Loading branch information
aenriii committed Dec 31, 2023
1 parent 3056af9 commit 30c0c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ FROM oven/bun:latest
# ENV ADDRESS_HEADER="X-Forwarded-For"
# ENV PROTOCOL_HEADER="X-Forwarded-Proto"
ENV HOST_HEADER="Host"
ENV PORT=80
COPY . .

RUN bun i --no-cache -f --no-save

RUN bun run build

ENV PORT=80
CMD [ "bun", "run", "./server/index.js" ]

0 comments on commit 30c0c88

Please sign in to comment.