1
0
mirror of https://github.com/karl0ss/orvibo-b25-server-kex.git synced 2025-06-24 04:29:13 +01:00

Merge pull request from karl0ss/DockerApline

Docker apline
This commit is contained in:
Karl Hudgell 2019-07-16 21:18:20 +01:00 committed by GitHub
commit 269056e09f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

@ -1,4 +1,4 @@
FROM node:10 FROM node:alpine
WORKDIR /usr/src/app WORKDIR /usr/src/app

@ -25,6 +25,6 @@
"pug": "^2.0.4" "pug": "^2.0.4"
}, },
"devDependencies": { "devDependencies": {
"nodemon": "^1.19.1"
} }
} }