Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsf/dewr
DEvelopment WRapper
https://github.com/gsf/dewr
Last synced: 2 months ago
JSON representation
DEvelopment WRapper
- Host: GitHub
- URL: https://github.com/gsf/dewr
- Owner: gsf
- License: mit
- Created: 2016-05-24T22:51:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-27T20:06:26.000Z (almost 5 years ago)
- Last Synced: 2024-10-20T02:53:02.054Z (3 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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