This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
diagrams
mirror of
https://github.com/mingrammer/diagrams.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
43
Wiki
Activity
Browse Source
Minor Change
pull/1008/head
Abhishek Jadhav
4 months ago
parent
4c2d8a3795
commit
c061290277
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
docker/dev/Dockerfile
+ 1
- 1
docker/dev/Dockerfile
View File
@@ -16,7 +16,7 @@ RUN curl -O https://noto-website.storage.googleapis.com/pkgs/NotoSansCJKjp-hinte
&& fc-cache -fv
# add go bin to path.
ENV PATH
"$PATH:/root/go/bin"
ENV PATH
=
"$PATH:/root/go/bin"
# project directory.
WORKDIR /usr/src/diagrams
Write
Preview
Loading…
Cancel
Save