fix docker

This commit is contained in:
2026-04-21 06:15:10 +02:00
parent 6f8146c8bf
commit 7f4eb7d5da
5 changed files with 18 additions and 17 deletions
+6
View File
@@ -0,0 +1,6 @@
FROM scratch
COPY pastebin /pastebin
COPY view /view
EXPOSE 3000
VOLUME /data
ENTRYPOINT ["/pastebin", "-addr", ":3000", "-db-path", "/data/pastebin.db"]