Commit 80e4a969 authored by xiezhi's avatar xiezhi

fix

parent f43269b7
......@@ -7,6 +7,10 @@ WORKDIR /app
# 复制源代码
COPY src/ ./src/
# 复制仓颉包管理文件
COPY cjpm.toml ./
COPY cjpm.lock ./
# 复制Makefile和启动脚本
COPY Makefile ./
COPY docker-entrypoint.sh ./
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment