Skip to content

Commit e820d8c

Browse files
committed
fix
1 parent 66a346f commit e820d8c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.docker/Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
# Clone the project
22
FROM alpine/git as git
33

4-
ARG REPOSITORY=https://github.com/buggregator/docs
5-
ARG BRANCH=master
6-
RUN git clone -b $BRANCH $REPOSITORY /app
7-
84
FROM node:19 as node
95

10-
COPY --from=git /app /app
6+
COPY . /app
117
WORKDIR /app
128

139
RUN npm add -D vitepress

0 commit comments

Comments
 (0)