Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ COPY tests ./tests/
COPY config ./config/
RUN bun run test:compat
RUN bun run build:runtime
RUN OPENCODE_CHANNEL=prod bun run --cwd opencode/packages/app build
RUN OPENCODE_CHANNEL=prod bun run --cwd opencode/packages/app build -- --sourcemap false
RUN bun run build:prepare-static -- ./opencode/packages/app/dist
RUN mkdir -p release/public release/runtime release/config \
&& cp -r config/. release/config/ \
Expand Down