Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gsf/dewr

DEvelopment WRapper
https://github.com/gsf/dewr

Last synced: 2 months ago
JSON representation

DEvelopment WRapper

Awesome Lists containing this project

README

        

dewr is a development wrapper

Requires these lines in an Ubuntu-based Dockerfile:

RUN useradd -m --uid 1000 user
USER user
WORKDIR /app