summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-08-28 15:22:01 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-08-28 15:22:01 +0300
commit670fadcfbcef7d139ebb81e3d4aa5f8ccac804ee (patch)
tree38e9139a43ee68ba03dfcb5d5b7535ba9efd55e1 /Dockerfile
parent094e63a2ef716876fc299d03be02f90218266d21 (diff)
separate html dirHEADmaster
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 1035e2b..1dc5eb6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,6 +14,7 @@ FROM scratch
WORKDIR /app
COPY --from=go /app/nixshare ./nixshare
+COPY --from=go /app/html ./html
EXPOSE 8000