mirror of
https://github.com/kerberos-io/documentation.git
synced 2026-08-23 15:18:31 +00:00
fix
This commit is contained in:
11
Dockerfile
11
Dockerfile
@@ -1,13 +1,4 @@
|
||||
FROM node:15
|
||||
ENV NODE_ENV=production
|
||||
|
||||
# Install dependencies
|
||||
RUN apt update -y
|
||||
RUN yarn global add bower gulp rimraf
|
||||
RUN wget https://github.com/gohugoio/hugo/releases/download/v0.88.1/hugo_extended_0.88.1_Linux-64bit.deb && \
|
||||
dpkg -i hugo_extended_0.88.1_Linux-64bit.deb && \
|
||||
apt-get install -f && \
|
||||
hugo version
|
||||
FROM node:10.22.1
|
||||
|
||||
# Build the documentation website
|
||||
RUN mkdir -p /app
|
||||
|
||||
Reference in New Issue
Block a user