chore: Update cli version in dockerfiles

This commit is contained in:
Faruk AYDIN
2022-11-12 16:26:54 +01:00
parent 5c78e6e7bf
commit 2cff284122
2 changed files with 2 additions and 2 deletions

View File

@@ -6,5 +6,5 @@ RUN apt-get update && apt-get install -y postgresql-client
COPY ./wait-for-postgres.sh /automatisch/wait-for-postgres.sh
RUN yarn global add @automatisch/cli@0.1.5
RUN yarn global add @automatisch/cli@0.2.0
CMD sh /automatisch/wait-for-postgres.sh automatisch start-worker --env-file /automatisch/storage/.env