fix: sveltekit csrf error
This commit is contained in:
@@ -25,6 +25,8 @@ services:
|
||||
sveltekit:
|
||||
build: ./packages/web
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- ORIGIN=http://localhost
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.personal-website.rule=Host(`stanrunge.dev`)"
|
||||
|
||||
@@ -19,4 +19,4 @@ COPY --from=build /app/build ./build
|
||||
COPY --from=build /app/package.json ./package.json
|
||||
COPY --from=build /app/node_modules ./node_modules
|
||||
RUN ulimit -c unlimited
|
||||
ENTRYPOINT ["node", "build"]
|
||||
ENTRYPOINT ["node", "build"]
|
||||
|
||||
Reference in New Issue
Block a user