Browse Source

fix: docker

double.huang 4 years ago
parent
commit
c7e8575761
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -5,4 +5,4 @@ ADD i2-bill-erp.tar.gz /app/
 VOLUME [ "/app/etc" ]
 EXPOSE 6166
 WORKDIR /app
-CMD ["/app/i2-bill-erp -f /app/etc/transform.yaml"]
+CMD ["/app/i2-bill-erp" -f "/app/etc/transform.yaml"]