This website requires JavaScript.
Explore
Help
Sign In
hasura
/
graphql-engine
Watch
1
Star
0
Fork
0
You've already forked graphql-engine
mirror of
https://github.com/hasura/graphql-engine.git
synced
2024-12-17 20:41:49 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
bd495b4aae
graphql-engine
/
server
/
packaging
/
build
/
Dockerfile
5 lines
92 B
Docker
Raw
Normal View
History
Unescape
Escape
build: integrate circleci integration with circleci for various workflows
2018-07-03 20:10:13 +03:00
FROM
scratch
COPY
rootfs/ /
Set LANG=C.UTF-8 in the docker container (fix #2571) (#2647)
2019-08-01 10:30:07 +03:00
ENV
LANG
=
C.UTF-8
LC_ALL
=
C.UTF-8
CMD
[
"graphql-engine"
,
"serve"
]
Reference in New Issue
Copy Permalink