From a2a15e61b22e27f42c97f8058f6537938eb432dd Mon Sep 17 00:00:00 2001 From: Maximiliano Osorio Date: Wed, 4 Sep 2024 15:33:31 -0400 Subject: [PATCH] fix: copy files into /hasura --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 735844c..3a8a3b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,5 @@ RUN apt-get update && apt-get install -y \ postgresql-client-common \ && rm -rf /var/lib/apt/lists/* RUN curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | INSTALL_PATH=/usr/local/bin bash -COPY . . +RUN mkdir /hasura +COPY . hasura/