Skip to content

Commit

Permalink
Update docker.md (#1861)
Browse files Browse the repository at this point in the history
added git to the Dockerfile
  • Loading branch information
ouipark authored Oct 2, 2023
1 parent 9a41434 commit f99de20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/dev-docs/installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ CMD ["yarn", "develop"]
```dockerfile title="./Dockerfile"
FROM node:18-alpine
# Installing libvips-dev for sharp Compatibility
RUN apk update && apk add --no-cache build-base gcc autoconf automake zlib-dev libpng-dev nasm bash vips-dev
RUN apk update && apk add --no-cache build-base gcc autoconf automake zlib-dev libpng-dev nasm bash vips-dev git
ARG NODE_ENV=development
ENV NODE_ENV=${NODE_ENV}

Expand Down

1 comment on commit f99de20

@vercel
Copy link

@vercel vercel bot commented on f99de20 Oct 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

documentation – ./

documentation-git-main-strapijs.vercel.app
documentation-strapijs.vercel.app
docs-vercel-v4.strapi.io

Please sign in to comment.