File: Dockerfile.run

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

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