We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941a294 commit 1f34df9Copy full SHA for 1f34df9
docusaurus/docs/cms/installation/docker.md
@@ -73,7 +73,7 @@ WORKDIR /opt/
73
COPY package.json yarn.lock ./
74
RUN yarn global add node-gyp
75
RUN yarn config set network-timeout 600000 -g && yarn install
76
-ENV PATH /opt/node_modules/.bin:$PATH
+ENV PATH=/opt/node_modules/.bin:$PATH
77
78
WORKDIR /opt/app
79
COPY . .
0 commit comments