Update node

This commit is contained in:
xbdm
2023-07-07 13:50:51 -04:00
committed by GitHub
parent eeaf9fba7d
commit 0c49458311
+3 -1
View File
@@ -1,4 +1,6 @@
FROM node:16-alpine
#https://hub.docker.com/_/node/
FROM node:20-alpine3.17
RUN apk add git
RUN git clone https://github.com/Metastem/wikiless.git /wikiless
WORKDIR /wikiless