Reorganize docker configuration

This commit is contained in:
2023-03-11 18:56:13 -07:00
parent 0000ea2a13
commit 20c664f0ed
8 changed files with 9 additions and 6 deletions
+3
View File
@@ -0,0 +1,3 @@
FROM nginx:latest
COPY graphiql.html /usr/share/nginx/html/index.html
COPY graphiql.conf /etc/nginx/conf.d/default.conf