ソースを参照

Fix the typo for the dir name of BuilderLibrary

Fix the typo for the dir name of BuilderLibrary
wesley 7 年 前
コミット
294f16acec
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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