Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,7 +13,7 @@ RUN apt-get update && \
|
|
13 |
RUN --mount=type=cache,id=pnpm,target=/pnpm/store \
|
14 |
pnpm install --prod --frozen-lockfile
|
15 |
# Update this line to pull the latest version (10.5)
|
16 |
-
RUN git clone -b
|
17 |
|
18 |
RUN pnpm deploy --filter=@imput/cobalt-api --prod /prod/api
|
19 |
|
|
|
13 |
RUN --mount=type=cache,id=pnpm,target=/pnpm/store \
|
14 |
pnpm install --prod --frozen-lockfile
|
15 |
# Update this line to pull the latest version (10.5)
|
16 |
+
RUN git clone -b https://github.com/imputnet/cobalt
|
17 |
|
18 |
RUN pnpm deploy --filter=@imput/cobalt-api --prod /prod/api
|
19 |
|