This commit is contained in:
David Allen Arteaga
2021-08-08 14:42:35 -04:00
committed by GitHub
15 changed files with 191 additions and 29 deletions

View File

@@ -38,6 +38,7 @@ see a few flaws in the Dockerfile below. But, don't worry! We'll go over them.
```dockerfile
FROM node:12-alpine
RUN apk add --no-cache python g++ make
WORKDIR /app
COPY . .
RUN yarn install --production