Skip to content

Commit a6b3c5b

Browse files
authored
Merge branch 'main' into remove-outdated-hooks
2 parents 6d3fe62 + 3831bbf commit a6b3c5b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
FROM debian:13 as build
1+
FROM debian:13 AS build
2+
WORKDIR /app
23
COPY ./ ./
34
RUN apt update && apt install -y curl git
45
RUN curl -L https://foundry.paradigm.xyz | bash && . /root/.bashrc && foundryup && forge doc --build
56

67

78
FROM nginx:latest
8-
COPY --from=build /docs/book /usr/share/nginx/html
9+
COPY --from=build /app/docs/book /usr/share/nginx/html

0 commit comments

Comments
 (0)