Merge pull request #13939 from molar-volume/patch-1

Update 02_our_app.md
This commit is contained in:
Usha Mandya 2021-12-17 11:10:26 +00:00 committed by GitHub
commit ac6a76232c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ see a few flaws in the Dockerfile below. But, don't worry. We'll go over them.
```dockerfile
# syntax=docker/dockerfile:1
FROM node:12-alpine
RUN apk add --no-cache python3 g++ make
RUN apk add --no-cache python2 g++ make
WORKDIR /app
COPY . .
RUN yarn install --production