Ver Fonte

fix: docker

double.huang há 4 anos atrás
pai
commit
f9f19e87c6
1 ficheiros alterados com 1 adições e 1 exclusões
  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"]