chore: update cli version with 0.1.5 in Dockerfiles

This commit is contained in:
Ali BARIN
2022-10-09 10:12:24 +02:00
parent 7b3352ba03
commit 5e2b8c6a1e
2 changed files with 2 additions and 2 deletions

View File

@@ -2,4 +2,4 @@
FROM node:16
WORKDIR /automatisch
RUN yarn global add @automatisch/cli@0.1.4
RUN yarn global add @automatisch/cli@0.1.5

View File

@@ -9,7 +9,7 @@ RUN mkdir -p /automatisch/storage
RUN touch /automatisch/storage/.env
RUN echo "ENCRYPTION_KEY=$(openssl rand -base64 36)" >> /automatisch/storage/.env
RUN echo "APP_SECRET_KEY=$(openssl rand -base64 36)" >> /automatisch/storage/.env
RUN yarn global add @automatisch/cli@0.1.4
RUN yarn global add @automatisch/cli@0.1.5
EXPOSE 3000
CMD sh /automatisch/wait-for-postgres.sh automatisch start --env-file=/automatisch/storage/.env