diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-08-28 15:22:01 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-08-28 15:22:01 +0300 |
commit | 670fadcfbcef7d139ebb81e3d4aa5f8ccac804ee (patch) | |
tree | 38e9139a43ee68ba03dfcb5d5b7535ba9efd55e1 /Dockerfile | |
parent | 094e63a2ef716876fc299d03be02f90218266d21 (diff) |
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ FROM scratch WORKDIR /app COPY --from=go /app/nixshare ./nixshare +COPY --from=go /app/html ./html EXPOSE 8000 |