Skip to content

Commit

Permalink
Updated to latest alpine and node
Browse files Browse the repository at this point in the history
  • Loading branch information
apmoore1 committed Jan 5, 2022
1 parent 4b09298 commit 60f0bb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Docs_Docker.dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
FROM node:16.13.0-alpine3.14
FROM node:16.13-alpine3.15

RUN apk add --no-cache git

USER node

RUN mkdir /home/node/website

WORKDIR /home/node/website

EXPOSE 3000
Expand Down

0 comments on commit 60f0bb5

Please sign in to comment.