This commit is contained in:
Thomas Quandalle
2022-08-09 13:34:18 +02:00
parent d251575d94
commit 3b1ab12f14

View File

@@ -2,6 +2,10 @@ FROM node:10.22.1
ENV NODE_ENV=production
# Install dependencies
RUN apt update -y && apt-get install -y hugo
RUN yarn global add bower gulp rimraf
# Build the documentation website
RUN mkdir -p /app
WORKDIR /app