fix: copy button (#6)

Reviewed-on: yw5n/yw5ncom#6
This commit is contained in:
ange 2025-04-22 02:18:56 +00:00
parent abd9218561
commit 9420df0a4c
11 changed files with 29 additions and 28 deletions

View file

@ -11,6 +11,7 @@ COPY html/ html/
COPY css/ css/
COPY static/ static/
COPY tmpl/ tmpl/
COPY ssh pgp.asc .
COPY aliases.txt aliases.txt
EXPOSE 3000
CMD ["./app"]