This commit is contained in:
2025-08-14 19:30:32 -07:00
parent 689d5d4f37
commit e35c31215b
6 changed files with 19 additions and 20 deletions

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM alpine
WORKDIR /app
COPY noteserver .
RUN chmod +x /app/noteserver
CMD ["/app/noteserver"]