Compare commits

...

1 Commits

Author SHA1 Message Date
Cedric Verstraeten
1c82f8ae7a Update Dockerfile 2024-09-30 21:50:52 +02:00

View File

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