_SOURCES_: - /home/sam/perso/perso/nomad/docker/systems.yaml - /home/sam/perso/perso/nomad/docker/helpers.yaml ipfsdocs-deps: build: | RUN apk add --update py3-psycopg2 git ipfsdocs: requires: - alpine-python - ipfsdocs-deps - setup-user - as-user build_directory: . build: | RUN python3 -m pip install git+https://github.com/flexxui/flexx/@cb10d5688e97b50a79ab1d32b7d5d000226dadcb#egg=flexx COPY . /ipfsdocs/ RUN python3 -m pip install /ipfsdocs/ CMD ["ipfsdocs"]