Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1a0fa7f

Browse files
pwizlathe-clint
andauthored
Update docker.md (#2707) (#2708)
"ENV key=value" should be used instead of legacy "ENV key value" format Co-authored-by: Clint Broadhead <10893868+the-clint@users.noreply.github.com>
1 parent ea49c8a commit 1a0fa7f

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)

AltStyle によって変換されたページ (->オリジナル) /