Fix dockerfile. (#116)

This commit is contained in:
Dessalines 2022-09-14 13:19:53 -04:00 committed by GitHub
parent a8b26276fd
commit 4908fdeb87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# Build the git includes for the docs # Build the git includes for the docs
FROM alpine:3 as docs_include FROM alpine:3 as docs_include
RUN apk add --no-cache git bash RUN apk add --no-cache git bash curl
WORKDIR /app WORKDIR /app
COPY lemmy-docs ./lemmy-docs COPY lemmy-docs ./lemmy-docs
WORKDIR /app/lemmy-docs WORKDIR /app/lemmy-docs