- 
      
- 
        Save Bujhm/0818e23b75d873c846725987368de36f to your computer and use it in GitHub Desktop. 
    post alpine update
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | FROM node:8.15-alpine | |
| RUN apk --no-cache add git | |
| WORKDIR /usr/src/app | |
| COPY package*.json ./ | |
| RUN npm install | |
| COPY . . | |
| EXPOSE 80 | |
| CMD [ "npm", "start" ] | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment