double.huang hace 4 años
padre
commit
23a844f485
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"]