Files
server/docker/graphiql/Dockerfile.graphiql
T

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