feat:增加更改图片大小功能
This commit is contained in:
@@ -3,7 +3,7 @@ WORKDIR /app
|
||||
RUN npm config set registry https://registry.npmmirror.com/
|
||||
COPY package*.json ./
|
||||
RUN npm install --production
|
||||
COPY app.js .
|
||||
COPY . .
|
||||
RUN mkdir -p /app/images
|
||||
EXPOSE 3000
|
||||
ENV IMAGE_BASE_DIR=/app/images
|
||||
|
||||
Reference in New Issue
Block a user