Merge pull request #9 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

View File

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

View File

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