Compare commits

...

1 Commits

Author SHA1 Message Date
Cedric Verstraeten
f85dcfb98f Update Dockerfile 2024-09-30 21:53:53 +02:00

View File

@@ -1,5 +1,4 @@
FROM node:12.18.3
FROM node:18.3.0
# Build the documentation website
RUN mkdir -p /app
WORKDIR /app