We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a26d1f commit 6bb2e18Copy full SHA for 6bb2e18
Dockerfile
@@ -1,8 +1,5 @@
1
FROM yunnysunny/gitbook:latest AS build-stage
2
3
-WORKDIR /opt
4
-COPY . /opt
5
-RUN gitbook pdf .
6
WORKDIR /opt
7
COPY . /opt
8
RUN gitbook pdf .
0 commit comments