File: Dockerfile.run

package info (click to toggle)
notion 4.0.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,656 kB
  • sloc: ansic: 47,365; sh: 2,093; makefile: 594; perl: 270
file content (5 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (4)
1
2
3
4
5
FROM notion

ENV DISPLAY=${NOTION_TEST_DISPLAY:-:1.0}
RUN make install
ENTRYPOINT ["/usr/local/bin/notion"]