Remove unnecessary installs from app Dockerfile

This commit is contained in:
Romany Ghoubrial 2021-06-21 13:39:17 +02:00
parent 13386236e4
commit 947e26669f
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ 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