Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -37,8 +37,7 @@ COPY --chown=user . $HOME/app
|
|
37 |
# Kloning repositori
|
38 |
RUN git clone -b queue https://github.com/imputnet/cobalt
|
39 |
|
40 |
-
|
41 |
-
WORKDIR $HOME/app/cobalt/api/src
|
42 |
|
43 |
# Instal dependensi dengan pnpm
|
44 |
RUN pnpm install
|
|
|
37 |
# Kloning repositori
|
38 |
RUN git clone -b queue https://github.com/imputnet/cobalt
|
39 |
|
40 |
+
|
|
|
41 |
|
42 |
# Instal dependensi dengan pnpm
|
43 |
RUN pnpm install
|