tp-note 1.19.6

Minimalistic note taking: save and edit your clipboard content as a note file
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Run with `HOST_UID=$(id -u) HOST_GID=$(id -g) docker-compose run --rm dev`
# To rebuild this image you must use `docker-compose build` or
# `docker-compose up --build`.

version: "3.3"
services:
  dev:
    #image: rust:1.54.0
    build: .
    volumes:
      - "../:/home/dockeruser/project"
    environment:
      - USER=dockeruser