mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2026-01-09 13:28:20 +00:00
commit
28171e4680
@ -2,6 +2,9 @@ FROM node:lts-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# 配置alpine国内镜像加速
|
||||
RUN sed -i "s@http://dl-cdn.alpinelinux.org/@https://repo.huaweicloud.com/@g" /etc/apk/repositories
|
||||
|
||||
# 安装tzdata,默认的alpine基础镜像不包含时区组件,安装后可通过TZ环境变量配置时区
|
||||
RUN apk add --no-cache tzdata
|
||||
|
||||
@ -19,7 +22,7 @@ COPY . .
|
||||
RUN npm run build
|
||||
# 删除开发期依赖
|
||||
RUN rm -rf node_modules && rm package-lock.json
|
||||
# 安装开发环境依赖
|
||||
# 安装生产环境依赖
|
||||
RUN npm install --production
|
||||
|
||||
# 如果端口更换,这边可以更新一下
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user