mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
7 lines
191 B
Docker
7 lines
191 B
Docker
FROM node:11-slim
|
|
|
|
RUN apt-get update && apt-get install -y \
|
|
libpq5 \
|
|
netcat \
|
|
&& curl -L https://github.com/hasura/graphql-engine/raw/master/cli/get.sh | INSTALL_PATH=/bin bash
|