Explorar el Código

Fix the typo for the dir name of BuilderLibrary

Fix the typo for the dir name of BuilderLibrary
wesley %!s(int64=7) %!d(string=hace) años
padre
commit
294f16acec
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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", "&"]