Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

Commit

Permalink
Optimize for caching
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofracassi committed Apr 29, 2020
1 parent 65759ff commit eedcb4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ FROM node:lts-alpine

WORKDIR /usr/src/app

COPY package*.json ./

RUN apk add python make gcc g++

COPY package*.json ./

RUN npm install

COPY . .

EXPOSE 80
Expand Down

0 comments on commit eedcb4a

Please sign in to comment.