mirror of https://github.com/docker/docs.git
Update documentation (#12362)
* Update documentation Update documentation due to changes in https://github.com/docker/getting-started/pull/104 * fix(dockerfile): made one file content
This commit is contained in:
parent
c54b66f2a7
commit
c15bac6288
|
@ -44,6 +44,7 @@ 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
|
||||||
|
|
Loading…
Reference in New Issue