Browse Source

fix: docker

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

+ 1 - 1
Dockerfile

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