Skip to content

Commit 35b1cf8

Browse files
committed
fix: docker
1 parent d8ca9e3 commit 35b1cf8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/rust/fcb_api/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ RUN apt-get update && apt-get install -y \
99

1010
WORKDIR /app
1111

12+
RUN ls -la
13+
1214
# Copy workspace files from src/rust directory
13-
COPY src/rust/Cargo.toml src/rust/Cargo.lock ./
15+
COPY src/rust/Cargo.toml ./
1416
COPY src/rust ./
1517

1618
# Build the fcb_api binary

0 commit comments

Comments
 (0)