Update Dockerfile

This commit is contained in:
Cedric Verstraeten
2024-09-30 21:53:53 +02:00
parent 1c82f8ae7a
commit f85dcfb98f

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