Skip to content

Commit b328e1c

Browse files
committed
impr(ci): improve rust build in CI
1 parent fb24737 commit b328e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ COPY entity entity
2222
COPY migration migration
2323
COPY server server
2424

25-
RUN cargo build --release
25+
RUN cargo build --release -p appledb_server
2626

2727
FROM docker.io/library/node:18.20-alpine3.21 AS web_builder
2828

0 commit comments

Comments
 (0)