Browse Source

Fix the typo for the dir name of BuilderLibrary

Fix the typo for the dir name of BuilderLibrary
wesley 8 years ago
parent
commit
294f16acec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

6
 WORKDIR /BrickUp-Docker-API-Service
6
 WORKDIR /BrickUp-Docker-API-Service
7
 COPY . .
7
 COPY . .
8
 RUN npm i
8
 RUN npm i
9
-WORKDIR libs/Builderlibrary/
9
+WORKDIR libs/BuilderLibrary/
10
 RUN npm i
10
 RUN npm i
11
 WORKDIR /BrickUp-Docker-API-Service/
11
 WORKDIR /BrickUp-Docker-API-Service/
12
 CMD ["node", "app.js", "&"]
12
 CMD ["node", "app.js", "&"]