summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMatt Arnold <matt@thegnuguru.org>2023-01-01 09:33:48 -0500
committerMatt Arnold <matt@thegnuguru.org>2023-01-01 09:33:48 -0500
commit774829cbc42cb5af599e1ab720d108c94bc63cb5 (patch)
treeb54ed971d1c3114a92ce9618576554dca535443f /Dockerfile
parent88625d3a395a4bbc42bffefcce3f807d3af1e39c (diff)
Sync up with production
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 48649bb..0e03041 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,6 +6,10 @@ WORKDIR /app/src
 COPY appbuild.sh /app/src
 RUN chmod +x appbuild.sh
 RUN ./appbuild.sh
+COPY intercept.key /app
+COPY intercept.csr /app
+COPY intercept.crt /app
+
 WORKDIR /
 COPY entrypoint.sh /
 RUN chmod +x entrypoint.sh