summaryrefslogtreecommitdiffstats
path: root/seagl2023/k8s.jp.net/example00/Dockerfile
diff options
context:
space:
mode:
authorJames Pannacciulli <jpnc@jpnc.info>2023-11-03 17:24:28 -0400
committerJames Pannacciulli <jpnc@jpnc.info>2023-11-03 17:24:28 -0400
commit1e58dd1bb4ea83542571dd520a871ad9a29bc613 (patch)
tree2a9353555b705d134f9c8177c0930924d7470bfa /seagl2023/k8s.jp.net/example00/Dockerfile
downloadsimple_sites.k8s.examples-1e58dd1bb4ea83542571dd520a871ad9a29bc613.tar.gz
simple_sites.k8s.examples-1e58dd1bb4ea83542571dd520a871ad9a29bc613.tar.bz2
initial commit of possibly working code
Diffstat (limited to 'seagl2023/k8s.jp.net/example00/Dockerfile')
-rw-r--r--seagl2023/k8s.jp.net/example00/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/seagl2023/k8s.jp.net/example00/Dockerfile b/seagl2023/k8s.jp.net/example00/Dockerfile
new file mode 100644
index 0000000..f4f377c
--- /dev/null
+++ b/seagl2023/k8s.jp.net/example00/Dockerfile
@@ -0,0 +1,2 @@
+FROM nginx
+COPY html /usr/share/nginx/html