probably fix csrf issue

This commit is contained in:
Akis 2022-12-31 17:24:14 +02:00
parent 481fc2bc3f
commit fda2cbea59
Signed by untrusted user: akis
GPG Key ID: 267BF5C6677944ED

View File

@ -15,4 +15,8 @@ RUN pnpm build
EXPOSE 4173
CMD [ "pnpm", "preview", "--host" ]
ENV PORT=4173
ENV ORIGIN=http://localhost:4173
CMD ["node", "build"]