mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 04:11:15 +00:00
Fix dockerfile. (#116)
This commit is contained in:
parent
a8b26276fd
commit
4908fdeb87
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue