Skip to content

Commit

Permalink
feat: Dockerfile update to match with the architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGue committed Dec 22, 2020
1 parent b172e59 commit f1b65ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:9-alpine
FROM node:14-alpine

LABEL maintainer="ISA Research Group <isagroup.us@gmail.com>"

Expand Down Expand Up @@ -27,4 +27,4 @@ ENV PATH /opt/node_modules/.bin:$PATH
WORKDIR /opt/app
COPY . /opt/app

CMD [ "node", "index.js" ]
CMD [ "node", "index.js" ]

0 comments on commit f1b65ea

Please sign in to comment.