Skip to content

Commit

Permalink
fix: copy files into /hasura
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Sep 4, 2024
1 parent 80ccd74 commit a2a15e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit a2a15e6

Please sign in to comment.