4 lines
120 B
Docker
4 lines
120 B
Docker
FROM nginx:latest
|
|
COPY graphiql.html /usr/share/nginx/html/index.html
|
|
COPY graphiql.conf /etc/nginx/conf.d/default.conf
|