kingtest commited on
Commit
8299728
·
verified ·
1 Parent(s): d5bced6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -1,8 +1,6 @@
1
  # 指定基础镜像为node的alpine版本
2
  FROM node:14-alpine
3
 
4
- # 设置环境变量
5
- ENV DL_SESSION c980237f-4fe2-4b1a-af04-be7697fa09e7
6
 
7
  # 安装git,克隆仓库,然后移除git以减小镜像体积
8
  RUN apk add --no-cache git && \
 
1
  # 指定基础镜像为node的alpine版本
2
  FROM node:14-alpine
3
 
 
 
4
 
5
  # 安装git,克隆仓库,然后移除git以减小镜像体积
6
  RUN apk add --no-cache git && \