Commit a81b753a authored by Li Mi's avatar Li Mi

继续测试

parent e97f2a65
...@@ -34,7 +34,7 @@ RUN mkdir nps-bin && \ ...@@ -34,7 +34,7 @@ RUN mkdir nps-bin && \
# 第二阶段,只有二进制文件 # 第二阶段,只有二进制文件
FROM alpine FROM alpine
COPY --from=0 /frp-bin/* / COPY --from=0 /frp-bin/ /
COPY --from=0 /nps-bin/* / COPY --from=0 /nps-bin/ /
RUN ls / RUN ls /
CMD [ "echo", "请覆盖CMD并且选择命令,frps,frpc,nps,npc" ] CMD [ "echo", "请覆盖CMD并且选择命令,frps,frpc,nps,npc" ]
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