Skip to content

Commit 5f85c69

Browse files
authored
fix: mongoose ts problem (#19)
1 parent 55f6fb7 commit 5f85c69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

node.dockerfile

Lines changed: 2 additions & 2 deletions
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:alpine
20+
FROM node:lts-alpine
2121

2222
LABEL author="Dan Wahlin"
2323

@@ -33,4 +33,4 @@ RUN npm install
3333
COPY . ./
3434
EXPOSE $PORT
3535

36-
ENTRYPOINT ["npm", "start"]
36+
ENTRYPOINT ["npm", "start"]

0 commit comments

Comments
 (0)