This commit is contained in:
hgw 2023-10-02 13:48:49 +00:00
parent 143d726dc0
commit d35e29559d
Signed by: hgw
SSH Key Fingerprint: SHA256:diG7RVYHjd3aDYkZWHYcBJbImu+6zfptuUP+3k/wol4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:16
FROM node:18
RUN apt update && apt install -y python3 python3-pip wget
RUN mkdir -p /home/node/app/node_modules && chown -R node:node /home/node/app
WORKDIR /home/node/app