mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-22 16:13:00 +05:30
probably fix csrf issue
This commit is contained in:
parent
481fc2bc3f
commit
fda2cbea59
@ -15,4 +15,8 @@ RUN pnpm build
|
||||
|
||||
EXPOSE 4173
|
||||
|
||||
CMD [ "pnpm", "preview", "--host" ]
|
||||
ENV PORT=4173
|
||||
|
||||
ENV ORIGIN=http://localhost:4173
|
||||
|
||||
CMD ["node", "build"]
|
Loading…
Reference in New Issue
Block a user