瀏覽代碼

fix: docker

double.huang 4 年之前
父節點
當前提交
23a844f485
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -7,4 +7,4 @@ RUN echo "/app/i2-bill-erp -f /app/etc/transform.yaml" >> /app/entrypoint.sh
 VOLUME [ "/app/etc" ]
 EXPOSE 8888
 WORKDIR /app
-ENTRYPOINT ["/app/entrypoint.sh"]
+ENTRYPOINT ["sh", "/app/entrypoint.sh"]