This commit is contained in:
Romany Ghoubrial
2021-06-21 13:19:49 +00:00
committed by GitHub

View File

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