Skip to content

Commit 1f34df9

Browse files
authored
Update docker.md (#2707)
"ENV key=value" should be used instead of legacy "ENV key value" format
1 parent 941a294 commit 1f34df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/cms/installation/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ WORKDIR /opt/
7373
COPY package.json yarn.lock ./
7474
RUN yarn global add node-gyp
7575
RUN yarn config set network-timeout 600000 -g && yarn install
76-
ENV PATH /opt/node_modules/.bin:$PATH
76+
ENV PATH=/opt/node_modules/.bin:$PATH
7777

7878
WORKDIR /opt/app
7979
COPY . .

0 commit comments

Comments
 (0)