aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2022-08-02 22:54:46 -0600
committerMelody Horn <melody@boringcactus.com>2022-08-02 22:54:46 -0600
commit419d5dbe6bf8e378bb256446bf77c449223b21cb (patch)
tree4905eeba43b6f1358d1a1f1da0c96a60c68ccbb6 /Dockerfile
parent1db751ddab9a675116e7dd927e7e99ec222d44f3 (diff)
downloadpig.observer-419d5dbe6bf8e378bb256446bf77c449223b21cb.tar.gz
pig.observer-419d5dbe6bf8e378bb256446bf77c449223b21cb.zip
Revert "more robust deployment"
This reverts commit cfc9d8d73e3c603187d76e17a4cf3d749dfd1395.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..d509531
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,4 @@
+FROM nginx:alpine
+
+COPY nginx.conf /etc/nginx/conf.d/default.conf
+COPY dist /usr/share/nginx/html