Skip to content

Commit c129c4e

Browse files
camelidJoshua Nelson
authored and
Joshua Nelson
committed
Update Dockerfile
1 parent 28c75a9 commit c129c4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dockerfiles/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ COPY benches benches
3232
COPY Cargo.lock Cargo.toml ./
3333
COPY src/web/badge src/web/badge/
3434
COPY metadata metadata/
35-
RUN echo "fn main() {}" > src/main.rs && \
35+
RUN mkdir src/bin && \
36+
echo "fn main() {}" > src/bin/cratesfyi.rs && \
3637
echo "fn main() {}" > build.rs
3738

3839
RUN cargo fetch

0 commit comments

Comments
 (0)