Skip to content

Commit 818d4ca

Browse files
committed
Update mongoose
1 parent 5f85c69 commit 818d4ca

4 files changed

Lines changed: 2730 additions & 25 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ node_modules/
55
.idea/
66
.settings/
77
.build/
8+
logs/access.log
89

910
*.iml

node.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# docker run -d --name my-mongodb mongo
1818
# docker run -d -p 3000:3000 --link my-mongodb:mongodb --name nodeapp danwahlin/nodeapp
1919

20-
FROM node:lts-alpine
20+
FROM node:alpine
2121

2222
LABEL author="Dan Wahlin"
2323

0 commit comments

Comments
 (0)