Skip to content

Commit

Permalink
Merge pull request #1 from TheGreatestJannet/TheGreatestJannet-patch-1
Browse files Browse the repository at this point in the history
Docker Arm File
  • Loading branch information
TheGreatestJannet committed Nov 30, 2020
2 parents 18fb6b8 + adb33d3 commit e0021cf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Dockerfile-armv7
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
FROM arm32v7/node:12-alpine

RUN apk add --no-cache git

WORKDIR /app

COPY yarn.lock /app
COPY package.json /app
RUN yarn install

COPY . /app

EXPOSE 3000

CMD yarn start

0 comments on commit e0021cf

Please sign in to comment.