Ver Fonte

Docker container to print version by default

Nikola Kotur há 3 anos atrás
pai
commit
1e73e0dd6f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -4,4 +4,4 @@ WORKDIR /app
 ADD . /app
 RUN python -m pip install -e .
 
-CMD weekly_report 10
+CMD weekly_report --version