kongxianghui 2 months ago
parent
commit
21d4540f45
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Dockerfile

+ 5 - 0
Dockerfile

@@ -0,0 +1,5 @@
+FROM harbor.sxidc.com/yfhub/alpine:latest
+COPY ["bin/", "/app/bin/"]
+WORKDIR /app/bin/
+RUN mkdir logs
+ENTRYPOINT [ "/app/bin/ecos" ]