mirror of
https://github.com/skidoodle/pastebin
synced 2026-04-28 03:07:40 +02:00
fix docker
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user