Преглед на файлове

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", "&"]