diff --git a/docker/images/plain/Dockerfile b/docker/images/plain/Dockerfile index b2f13f55..71657d57 100644 --- a/docker/images/plain/Dockerfile +++ b/docker/images/plain/Dockerfile @@ -2,4 +2,4 @@ FROM node:16 WORKDIR /automatisch -RUN yarn global add @automatisch/cli@0.1.3 +RUN yarn global add @automatisch/cli@0.1.4 diff --git a/docker/images/wait-for-postgres/Dockerfile b/docker/images/wait-for-postgres/Dockerfile index 67a4cdc7..1ef998f2 100644 --- a/docker/images/wait-for-postgres/Dockerfile +++ b/docker/images/wait-for-postgres/Dockerfile @@ -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.3 +RUN yarn global add @automatisch/cli@0.1.4 EXPOSE 3000 CMD sh /automatisch/wait-for-postgres.sh automatisch start --env-file=/automatisch/storage/.env