summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index ad28be8..77549a2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -20,11 +20,13 @@ WORKDIR /usr/share/nginx/html
COPY --from=build /usr/src/app/dist ./
+COPY certs/* /etc/ssl/dashboard/
+COPY nginx-default.conf /etc/nginx/conf.d/
COPY nginx-entrypoint.sh .
COPY inject_template.js .
RUN apt update
RUN apt install -y gettext
-EXPOSE 80
+EXPOSE 443
ENTRYPOINT ["sh", "./nginx-entrypoint.sh"] \ No newline at end of file