Skip to content

Commit

Permalink
Fix default Elysia prefix in Dockerfile (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: YummYume <[email protected]>
  • Loading branch information
YummYume and YummYume authored Nov 14, 2024
1 parent 8cd874a commit eec8b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY --from=builder --chown=bun:bun /home/bun/affine-workers/node_modules ./node
ENV NODE_ENV=production
ENV ELYSIA_PORT=3000
ENV ELYSIA_ALLOWED_ORIGINS=
ENV ELYSIA_PREFIX=/api/workers
ENV ELYSIA_PREFIX=/api/worker
ENV ELYSIA_LOGGER_LEVEL=debug

USER bun
Expand Down

0 comments on commit eec8b9d

Please sign in to comment.