Skip to content

Commit 6c92656

Browse files
committed
Keep on tweaking Dockerfile
1 parent 3e056dc commit 6c92656

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ WORKDIR /source
44
COPY . .
55

66
RUN cargo install --features binary --path . --root target/install
7+
RUN ldd target/install/bin/woff
78
RUN target/install/bin/woff tests/fixtures/Roboto-Regular.ttf Roboto-Regular.woff
89
RUN target/install/bin/woff tests/fixtures/Roboto-Regular.ttf Roboto-Regular.woff2
910

@@ -13,3 +14,5 @@ COPY --from=builder /source/target/install /
1314
COPY --from=builder /source/tests/fixtures/Roboto-Regular.ttf .
1415
RUN woff Roboto-Regular.ttf Roboto-Regular.woff
1516
RUN woff Roboto-Regular.ttf Roboto-Regular.woff2
17+
18+
ENTRYPOINT ["/bin/woff"]

0 commit comments

Comments
 (0)