Selaa lähdekoodia

Fix the typo for the dir name of BuilderLibrary

Fix the typo for the dir name of BuilderLibrary
wesley 7 vuotta sitten
vanhempi
commit
294f16acec
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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", "&"]