Skip to content

Commit

Permalink
Merge pull request #6 from airarrazaval/improvement/update-dockerfile…
Browse files Browse the repository at this point in the history
…-node-image

updated image to node:12-alpine
  • Loading branch information
travist authored Jun 7, 2020
2 parents 47c792a + 31e7419 commit c175138
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:8-alpine
FROM node:12-alpine
MAINTAINER Form.io <[email protected]>

COPY ./ /src
Expand All @@ -15,4 +15,4 @@ RUN npm cache clean --force && \
apk del .build-deps

EXPOSE 80
ENTRYPOINT ["node", "index"]
ENTRYPOINT ["node", "index"]

0 comments on commit c175138

Please sign in to comment.