Skip to content
Snippets Groups Projects
Commit 002a0b9b authored by Ulf Seltmann's avatar Ulf Seltmann
Browse files

updated install instructions

fixed Dockerfile
bumped version
parent 5bb48c2a
No related merge requests found
Pipeline #270 failed with stages
in 1 minute and 56 seconds
FROM services.ub.uni-leipzig.de:10443/library/node:8-alpine
FROM node:8-alpine
VOLUME ["/data"]
EXPOSE 3000
ENV data_dir=/data \
NODE_ENV=production
RUN npm install -g dacap
RUN npm i -g @ubleipzig/dacap
CMD chown node:node -R ${data_dir} && su node -c dacap
\ No newline at end of file
......@@ -15,7 +15,7 @@
### Installation
```bash
$# npm install -g dacap
$# npm install -g @ubleipzig/dacap
```
### Execution
......
......@@ -15,7 +15,7 @@
### Installation
```bash
$# npm install -g dacap
$# npm install -g @ubleipzig/dacap
```
### Execution
......
......@@ -12,7 +12,7 @@
### Installation
```bash
$# npm install -g dacap
$# npm install -g @ubleipzig/dacap
```
### Ausführung
......
{
"name": "@ubleipzig/dacap",
"scope": "@bdd_dev",
"version": "1.0.0",
"version": "1.0.1",
"description": "proxies,compresses and caches api-requests",
"main": "bin/dacap",
"bin": {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment