update: dockerfile
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
FROM node:20-alpine
|
||||
FROM registry.hamdocker.ir/seniorkian/node:18-alpine
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
run npm config set registry https://mirror-npm.runflare.com
|
||||
RUN npm ci --omit=dev
|
||||
COPY . .
|
||||
ENV PORT=3000
|
||||
|
||||
Reference in New Issue
Block a user