Browse Source

Minor Change

pull/1008/head
Abhishek Jadhav 4 months ago
parent
commit
c061290277
1 changed files with 1 additions and 1 deletions
  1. +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


Loading…
Cancel
Save