Skip to content

Commit

Permalink
fix: change Dockerfile to node:16 (hasura cli cannot used with node:1…
Browse files Browse the repository at this point in the history
…6-alpine)
  • Loading branch information
fibonacci998 committed Aug 28, 2023
1 parent 9a37c6a commit 81deb1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:16-alpine
FROM node:16

## Install hasura cli
RUN apk update && apk add bash curl && curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | bash
RUN curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | bash

# Working directory
WORKDIR /app
Expand Down

0 comments on commit 81deb1d

Please sign in to comment.