qsyhh6 commited on
Commit
cd3e7be
·
verified ·
1 Parent(s): a153d70

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -1,7 +1,6 @@
1
- FROM ubuntu
2
 
3
  RUN apt update \
4
- && apt install nodejs \
5
  && npm install pnpm -g
6
 
7
  COPY . /app
 
1
+ FROM node:20.14.0
2
 
3
  RUN apt update \
 
4
  && npm install pnpm -g
5
 
6
  COPY . /app